log src/org/tmatesoft/hg/internal/RevlogStream.java @ 607:66f1cc23b906

age author description
Tue, 07 May 2013 16:52:46 +0200 Artem Tikhomirov Refresh revlogs if a change to a file has been detected; do not force reload of the whole repository
Tue, 07 May 2013 14:16:35 +0200 Artem Tikhomirov Avoid mmap files when only few bytes are to be read
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