log

age author description
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
Fri, 21 Jan 2011 06:17:56 +0100 Artem Tikhomirov Log commandline sample updated to use LogCommand
Fri, 21 Jan 2011 05:56:43 +0100 Artem Tikhomirov Convenient commands constitute hi-level API. org.tmatesoft namespace, GPL2 statement
Tue, 18 Jan 2011 18:42:50 +0100 Artem Tikhomirov Typo in the method name
Tue, 18 Jan 2011 18:42:01 +0100 Artem Tikhomirov Few more tests for status
Tue, 18 Jan 2011 18:32:49 +0100 Artem Tikhomirov Simple test framework - capable of parsing Hg cmdline output to compare with Java result
Tue, 18 Jan 2011 00:30:41 +0100 Artem Tikhomirov Log operation to output mode detailed (added, removed) files
Tue, 18 Jan 2011 00:08:15 +0100 Artem Tikhomirov Introduce Internals to keep LocalHgRepo casts and alike in a single place. WCSC optionally to reuse SC data
Mon, 17 Jan 2011 23:01:19 +0100 Artem Tikhomirov Status against local working dir extracted into distinct class. Iterating over local files extracted for ease of os-dependant patching
Mon, 17 Jan 2011 05:54:25 +0100 Artem Tikhomirov Local status is back
Mon, 17 Jan 2011 05:15:13 +0100 Artem Tikhomirov Analog of 'hg status --change' command
Mon, 17 Jan 2011 04:45:09 +0100 Artem Tikhomirov Status operation extracted into separate, cache-friendly class
Sun, 16 Jan 2011 05:21:09 +0100 Artem Tikhomirov Correct split symbol for extra metadata
Sun, 16 Jan 2011 01:40:38 +0100 Artem Tikhomirov Merged changes from default branch wrap-data-access
Sun, 16 Jan 2011 01:30:18 +0100 Artem Tikhomirov brief explanation of patch record
Sun, 16 Jan 2011 01:20:26 +0100 Artem Tikhomirov Try DataAccess to reach revision data instead of plain byte arrays wrap-data-access
Sat, 15 Jan 2011 01:41:49 +0100 Artem Tikhomirov Log to consult (placeholder, for now) class to find out associated tags
Sat, 15 Jan 2011 01:15:38 +0100 Artem Tikhomirov branch and user filtering for log operation
Fri, 14 Jan 2011 23:22:20 +0100 Artem Tikhomirov Limit option for history/log
Fri, 14 Jan 2011 20:03:14 +0100 Artem Tikhomirov Log command output to match 'hg log'
Fri, 14 Jan 2011 04:56:53 +0100 Artem Tikhomirov Better hashCode impl