Mercurial > hg4j
log src/org/tmatesoft/hg/repo/HgManifest.java @ 590:8cbc2a883d95
age | author | description |
---|---|---|
Wed, 24 Apr 2013 15:39:53 +0200 | Artem Tikhomirov | Effective revlog patching |
Tue, 16 Apr 2013 14:44:57 +0200 | Artem Tikhomirov | Improve memory consumption of HgManifest#getFileRevision(): avoid extra byte[] instances |
Thu, 11 Apr 2013 16:27:06 +0200 | Artem Tikhomirov | Let session context control creation of Path instances |
Tue, 19 Feb 2013 21:35:09 +0100 | Artem Tikhomirov | Regression: expect file to be missing in a manifest |
Mon, 18 Feb 2013 19:58:10 +0100 | Artem Tikhomirov | #getFileRevision() shall accept TIP as an argument |
Tue, 05 Feb 2013 20:06:22 +0100 | Artem Tikhomirov | Update javadoc for HgManifest.Inspector and fix erroneous internal API |
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) |