log src/org/tmatesoft/hg/repo/HgRepository.java @ 673:545b1d4cc11d

age author description
2013-07-03 Artem Tikhomirov 1) Console push tool. 2) Pass class to blame into FileUtils
2013-06-25 Artem Tikhomirov Location of repository files as enumeration, use file constants instead of plain names
2013-06-06 Artem Tikhomirov HgCommitCommand: save last commit message
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2013-05-18 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
2013-05-18 Artem Tikhomirov Do not cache branch value of working copy as it's not possible to refresh it after commit now