log

age author description
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-04 Artem Tikhomirov Inspector (visitor) for manifest
2011-01-03 Artem Tikhomirov status operation against current working directory
2010-12-27 Artem Tikhomirov Query file for its parents. Demo of recently added ignore and digest support from within cat cmd
2010-12-27 Artem Tikhomirov Print manifest nodeid
2010-12-26 Artem Tikhomirov Basic hgignore handling
2010-12-26 Artem Tikhomirov Show correct time
2010-12-26 Artem Tikhomirov Basic manifest parsing to analyze what's in there
2010-12-26 Artem Tikhomirov Unused comment
2010-12-25 Artem Tikhomirov Boundary error in dirstate entry, explicit encoding to face troubles (if any) asap.
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-22 Artem Tikhomirov Explicit folder creation in the build.xml
2010-12-22 Artem Tikhomirov Ant script to build commands and run sample
2010-12-21 Artem Tikhomirov File content and non-effective, although working, patch application
2010-12-20 Artem Tikhomirov Fix offset issue for inline revlogs. Commandline processing.
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