log src/org/tmatesoft/hg/internal/RevlogStream.java @ 655:bcbcc318f250

age author description
Thu, 04 Jul 2013 18:36:38 +0200 Artem Tikhomirov Performance: reuse unzip output buffer
Wed, 19 Jun 2013 16:04:24 +0200 Artem Tikhomirov Push: phase1 - prepare bundle with changes
Wed, 22 May 2013 15:52:31 +0200 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
Sat, 18 May 2013 22:23:57 +0200 Artem Tikhomirov RevlogStream: be aware of existence (not HgDataFile), facilitate use of an added HgDataFile over a commit; Rollback: be more sensitive about file changes (file size is not enough: write/rollback leaves it intact); tests