Fri, 30 Mar 2012 16:22:51 +0200 |
Artem Tikhomirov |
Revlog.ParentWalker helper class got promoted as TLC, renamed to HgParentChildMap
|
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
|
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
|
Thu, 22 Mar 2012 21:36:41 +0100 |
Artem Tikhomirov |
Clean javadoc to fix obvious warnings
|
Thu, 09 Feb 2012 18:57:14 +0100 |
Artem Tikhomirov |
Comments/javadoc
|
Fri, 16 Dec 2011 04:43:18 +0100 |
Artem Tikhomirov |
Use exceptions to expose errors reading mercurial data
|
Fri, 30 Sep 2011 08:00:04 +0200 |
Artem Tikhomirov |
Propagate command's CancelSupport to low-level API. CancelSupport from context got priority over one from command
|
Fri, 16 Sep 2011 05:35:32 +0200 |
Artem Tikhomirov |
Issue 11: Error log facility. SessionContext to share common facilities
|
Thu, 25 Aug 2011 21:35:03 +0200 |
Artem Tikhomirov |
Issue 10: Report file content length with respect of metadata. Respect dirstate parents for WC's status. Exceptions to keep useful attributes of the location
|
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:17:50 +0200 |
Artem Tikhomirov |
Correct index of revisions to be added into a repository
|
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.
|
Fri, 15 Apr 2011 05:17:44 +0200 |
Artem Tikhomirov |
Optimization: use ParentWalker to get changeset's parents, if possible. Do not keep duplicating nodeids and strings in manifest revisions
|
Fri, 15 Apr 2011 03:35:08 +0200 |
Artem Tikhomirov |
Use common low to hi-level changeset api transformer
|
Fri, 15 Apr 2011 03:17:03 +0200 |
Artem Tikhomirov |
Incoming and Outgoing commands are alive
|
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
|