Mercurial > hg4j
log src/org/tmatesoft/hg/repo/HgRemoteRepository.java @ 336:f74e36b7344b
age | author | description |
---|---|---|
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:10:56 +0200 | Artem Tikhomirov | Conditional debug printouts |
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. |