Mercurial > jhg
log src/org/tmatesoft/hg/repo/HgDataFile.java @ 607:66f1cc23b906
age | author | description |
---|---|---|
Mon, 06 May 2013 18:29:57 +0200 | Artem Tikhomirov | Refactor HgBlameFacility: relevant action methods moved to proper home (HgDataFile), as facility doesn't provide anything but packaging of relevant methods/interfaces |
Mon, 06 May 2013 17:11:29 +0200 | Artem Tikhomirov | Refactor metadata parsing in HgDataFile, moved to standalone class |
Fri, 03 May 2013 17:03:31 +0200 | Artem Tikhomirov | Utilize RevisionLookup to speed-up getRevisionIndex of both manifest and changelog |
Thu, 11 Apr 2013 16:27:06 +0200 | Artem Tikhomirov | Let session context control creation of Path instances |
Fri, 19 Oct 2012 16:03:21 +0200 | Artem Tikhomirov | Do not use exception when only metadata processing is needed. For hg4j repo, status 0:-1 changed from 500 to 60 ms |
Thu, 16 Aug 2012 17:08:34 +0200 | Artem Tikhomirov | Refactoring: move HgRepository's implementation aspects to Internals (which is now its imlementation counterpart and primary repository class to be used by other parts of the library) |