Mercurial > hg4j
log src/org/tmatesoft/hg/internal/RevlogStream.java @ 648:690e71d29bf6
age | author | description |
---|---|---|
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 |
Wed, 15 May 2013 20:10:09 +0200 | Artem Tikhomirov | Rollback support for commands that modify repository. Strategy to keep complete copy of a file being changed |
Tue, 07 May 2013 21:27:51 +0200 | Artem Tikhomirov | Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments |
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 |