Mercurial > hg4j
log src/org/tmatesoft/hg/internal/RepositoryComparator.java @ 378:9fb990c8a724
age | author | description |
---|---|---|
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 |