Mercurial > hg4j
log src/org/tmatesoft/hg/repo/HgChangelog.java @ 608:e1b29756f901
age | author | description |
---|---|---|
Fri, 03 May 2013 17:03:31 +0200 | Artem Tikhomirov | Utilize RevisionLookup to speed-up getRevisionIndex of both manifest and changelog |
Mon, 29 Apr 2013 17:02:30 +0200 | Artem Tikhomirov | Username in changeset uses UTF-8, not system encoding |
Fri, 21 Dec 2012 21:20:26 +0100 | Artem Tikhomirov | Experimental support for inverse direction history walking. Refactored/streamlined cancellation in HgLogCommand and down the stack |
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 |
Wed, 28 Mar 2012 19:34:37 +0200 | Artem Tikhomirov | HgManifest#getFileRevisions refactored into #walkFileRevisions to match pattern throught rest of the library |
Wed, 28 Mar 2012 15:42:15 +0200 | Artem Tikhomirov | Deprecated code removed |
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 |