Mercurial > hg4j
log design.txt @ 483:e31e85cf4d4c
age | author | description |
---|---|---|
Thu, 29 Mar 2012 17:14:35 +0200 | Artem Tikhomirov | FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api |
Thu, 23 Feb 2012 01:06:24 +0100 | Artem Tikhomirov | Straighten out exceptions thrown when file access failed - three is too much |
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, 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 02:00:42 +0200 | Artem Tikhomirov | HgLogCommand.Handler is used in few places, pull up to top-level class, HgChangesetHandler |
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. |