log src/com/tmate/hgkit/ll/Revlog.java @ 56:576d6e8a09f6

age author description
2011-01-17 Artem Tikhomirov Analog of 'hg status --change' command
2011-01-16 Artem Tikhomirov Try DataAccess to reach revision data instead of plain byte arrays wrap-data-access
2011-01-15 Artem Tikhomirov branch and user filtering for log operation
2011-01-14 Artem Tikhomirov Check changelog group starts with proper (known) base
2011-01-13 Artem Tikhomirov Parse changesets from bundle's changelog group. Refactor Revlog to provide access to revision's raw content
2011-01-11 Artem Tikhomirov Basic lookup for incoming changes
2011-01-11 Artem Tikhomirov Collector for nodes and their parents
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
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