Fri, 30 Mar 2012 16:22:51 +0200 |
Artem Tikhomirov |
Revlog.ParentWalker helper class got promoted as TLC, renamed to HgParentChildMap
|
Wed, 28 Mar 2012 18:39:29 +0200 |
Artem Tikhomirov |
FIXMEs: exceptions, javadoc
|
Fri, 23 Mar 2012 22:51:18 +0100 |
Artem Tikhomirov |
Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
|
Mon, 13 Feb 2012 12:47:24 +0100 |
Artem Tikhomirov |
Few comments
|
Fri, 16 Dec 2011 15:37:27 +0100 |
Artem Tikhomirov |
Use 'revision index' instead of the vague 'local revision number' concept in the API
|
Thu, 01 Dec 2011 05:21:40 +0100 |
Artem Tikhomirov |
Propagate errors with exceptions up to a end client
|
Fri, 16 Sep 2011 05:35:32 +0200 |
Artem Tikhomirov |
Issue 11: Error log facility. SessionContext to share common facilities
|
Thu, 25 Aug 2011 03:57:39 +0200 |
Artem Tikhomirov |
Use Nodeid.isNull check instead of NULL.equals
|
Tue, 17 May 2011 00:56:54 +0200 |
Artem Tikhomirov |
Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
|
Thu, 28 Apr 2011 03:55:23 +0200 |
Artem Tikhomirov |
Wrong parent assignment when building branch chain
|
Thu, 28 Apr 2011 03:44:45 +0200 |
Artem Tikhomirov |
Few branches (distinct BranchChains from distinct heads) may end up with same nodes. Building BC structure fixed to reuse chain elements
|
Thu, 28 Apr 2011 03:10:56 +0200 |
Artem Tikhomirov |
Conditional debug printouts
|
Thu, 28 Apr 2011 02:47:44 +0200 |
Artem Tikhomirov |
Sample command line tools for incoming/outgoing to use commands
|
Tue, 26 Apr 2011 15:52:33 +0200 |
Artem Tikhomirov |
Basic test for HgOutgoingCommand. Handle cases with no outgoing changes in RepositoryComparator
|
Tue, 26 Apr 2011 02:50:06 +0200 |
Artem Tikhomirov |
Basic test for HgIncomingCommand. Fix RepositoryComparator for cases when whole repository is unknown. Respect freshly initialized (empty) repositories in general.
|
Fri, 15 Apr 2011 03:17:03 +0200 |
Artem Tikhomirov |
Incoming and Outgoing commands are alive
|
Wed, 13 Apr 2011 19:09:10 +0200 |
Artem Tikhomirov |
Complete incoming cmdline client, with both lite (revisions) and complete (full changeset) information dump
|
Tue, 12 Apr 2011 19:10:38 +0200 |
Artem Tikhomirov |
Refactor incoming and outgoing code to be shared with RepositoryComparator. Placeholders for in/out commands. Refactor common remote lookup code
|