log src/org/tmatesoft/hg/repo/HgRepository.java @ 626:5afc7eedb3dd v1.1rc1

age author description
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
Sat, 18 May 2013 21:55:31 +0200 Artem Tikhomirov Do not cache branch value of working copy as it's not possible to refresh it after commit now
Fri, 10 May 2013 17:31:27 +0200 Artem Tikhomirov Remove few Experimental annotations as the API they've marked graduates v1.1m4
Thu, 09 May 2013 21:06:48 +0200 Artem Tikhomirov Refresh tags, branches, bookmarks and ignore when their files (or csets in the repo) are changed
Tue, 30 Apr 2013 18:55:42 +0200 Artem Tikhomirov CommitFacility as internal class; refactored infrastructure around internals (access to RevlogStream)
Wed, 17 Apr 2013 16:06:10 +0200 Artem Tikhomirov Provide means to read user-specific configuration, with no specific repository selected
Thu, 11 Apr 2013 16:27:06 +0200 Artem Tikhomirov Let session context control creation of Path instances