log src/com/tmate/hgkit/ll/HgRepository.java @ 36:205f9b59b400

age author description
2011-01-11 Artem Tikhomirov Collector for nodes and their parents
2011-01-04 Artem Tikhomirov Status operation for two repository revisions (no local dir involved)
2011-01-03 Artem Tikhomirov status operation against current working directory
2010-12-26 Artem Tikhomirov Basic manifest parsing to analyze what's in there
2010-12-25 Artem Tikhomirov Dirstate parsing. DataAccess refactored to allow reuse and control over constants
2010-12-25 Artem Tikhomirov Access to underlaying file data wrapped into own Access object, implemented with FileChannel and ByteBuffer
2010-12-21 Artem Tikhomirov File content and non-effective, although working, patch application
2010-12-20 Artem Tikhomirov Rudimentary log functionality with basic infrastructure is in place
2010-12-19 Artem Tikhomirov Shaping out low-level Hg structures
2010-12-18 Artem Tikhomirov Repository detection from local/specified directory
2010-12-17 Artem Tikhomirov Basic changelog parsing