Mercurial > hg4j
log src/org/tmatesoft/hg/internal/RevlogStream.java @ 595:92c3ad9c2a51
age | author | description |
---|---|---|
Thu, 02 May 2013 19:22:43 +0200 | Artem Tikhomirov | Cache only in-memory revision representations |
Thu, 02 May 2013 16:51:02 +0200 | Artem Tikhomirov | Share last revision read between #iterate() invocations, to save revision rebuild efforts when few subsequent revisions are read |
Thu, 25 Apr 2013 17:53:44 +0200 | Artem Tikhomirov | Access to base revision filed comes handy for debug sometimes |
Thu, 25 Apr 2013 16:08:17 +0200 | Artem Tikhomirov | Conditionally enable effective patch merge alternative for revlog reading |
Fri, 19 Apr 2013 20:30:34 +0200 | Artem Tikhomirov | Respect unix flags for checkout/revert |
Tue, 16 Apr 2013 20:41:36 +0200 | Artem Tikhomirov | Enlarge inflater buffer to reduce number of inflates per read |
Mon, 25 Feb 2013 19:48:20 +0100 | Artem Tikhomirov | Commit: tests and fixes for defects discovered |