log src/com/tmate/hgkit/ll/LocalHgRepo.java @ 50:f1db8610da62

age author description
2011-01-15 Artem Tikhomirov Log to consult (placeholder, for now) class to find out associated tags
2011-01-06 Artem Tikhomirov Nodeid with array of exactly 20 bytes
2011-01-06 Artem Tikhomirov Status of local working dir against non-tip base revision
2011-01-05 Artem Tikhomirov Refactor to move revlog content to base class
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 hgignore handling
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-23 Artem Tikhomirov Filename mangling according to requires options of the store (fncache incomplete for long names)
2010-12-20 Artem Tikhomirov Rudimentary log functionality with basic infrastructure is in place
2010-12-18 Artem Tikhomirov Repository detection from local/specified directory