log

age author description
Thu, 27 Jan 2011 21:22:57 +0100 Artem Tikhomirov Lookup to HgLookup
Thu, 27 Jan 2011 21:18:47 +0100 Artem Tikhomirov *StatusCollector renamed to Hg*StatusCollector
Thu, 27 Jan 2011 21:15:21 +0100 Artem Tikhomirov Switch to Path instead of String in filenames returned by various status operations
Thu, 27 Jan 2011 06:31:58 +0100 Artem Tikhomirov Just in case mediator does anything to visitor on done()
Thu, 27 Jan 2011 06:06:42 +0100 Artem Tikhomirov ignore file with regex and 'honest' glob support
Wed, 26 Jan 2011 06:31:40 +0100 Artem Tikhomirov Correctly report copy/rename events for rev..working copy case
Wed, 26 Jan 2011 06:18:31 +0100 Artem Tikhomirov Refactored to simplify manifest collector
Wed, 26 Jan 2011 05:46:47 +0100 Artem Tikhomirov Status between two revisions to recognize copy/rename
Wed, 26 Jan 2011 01:07:26 +0100 Artem Tikhomirov Fix IAE when changeset has no files listed (merged revision)
Wed, 26 Jan 2011 01:06:37 +0100 Artem Tikhomirov Build command line tools into separate jar
Tue, 25 Jan 2011 22:53:54 +0100 Artem Tikhomirov Merge
Tue, 25 Jan 2011 22:53:28 +0100 Artem Tikhomirov updated design questions
Tue, 25 Jan 2011 22:44:14 +0100 Artem Tikhomirov Complete path hash calculation of fncache requirement
Tue, 25 Jan 2011 04:14:42 +0100 Artem Tikhomirov Promitive test for follow file history
Tue, 25 Jan 2011 15:11:58 +0100 alex build.xml: samples target fixed to use proper package names.
Tue, 25 Jan 2011 03:54:32 +0100 Artem Tikhomirov Follow history of a file
Tue, 25 Jan 2011 02:26:06 +0100 Artem Tikhomirov TreeMap are more effective when keys are unique
Tue, 25 Jan 2011 02:13:53 +0100 Artem Tikhomirov Skip metadata in the beginning of a file content. Parse metadata, recognize copies/renames
Mon, 24 Jan 2011 05:33:47 +0100 Artem Tikhomirov Moved RevlogStream implementation into .internal
Mon, 24 Jan 2011 04:38:09 +0100 Artem Tikhomirov Fixed a defect when a file added and removed past some revision was reported as R for status against that rev
Mon, 24 Jan 2011 04:18:22 +0100 Artem Tikhomirov Modified test to check copied files
Mon, 24 Jan 2011 03:14:45 +0100 Artem Tikhomirov Complete refactoring to org.tmatesoft
Sun, 23 Jan 2011 04:06:18 +0100 Artem Tikhomirov Utility for future troubleshooting
Sun, 23 Jan 2011 03:46:59 +0100 Artem Tikhomirov Command-line frontend moved to separate source root with new package statement
Sun, 23 Jan 2011 03:34:24 +0100 Artem Tikhomirov Tests to run from build.xml
Sun, 23 Jan 2011 03:28:52 +0100 Artem Tikhomirov Test for log command
Sat, 22 Jan 2011 22:53:57 +0100 Artem Tikhomirov Discovery utility for Hg network protocol finally in the repo, with quick-n-dirty ConfigFile impl that helps to hide auth info
Sat, 22 Jan 2011 22:11:24 +0100 Artem Tikhomirov StatusCommand with tests. Extra constants to indicate common revision cases
Fri, 21 Jan 2011 19:21:43 +0100 Artem Tikhomirov Tests for manifest cmd
Fri, 21 Jan 2011 18:20:05 +0100 Artem Tikhomirov Primitive test suite in org.tmatesoft