##// END OF EJS Templates
Issue919: add a standard extension to recreate hardlinks between repositories....
Issue919: add a standard extension to recreate hardlinks between repositories. Having to run a standalone Python script from the contrib dir is a nuisance. Also makes various improvements to locking, file discovery, etc. Should also update: http://www.selenic.com/mercurial/wiki/index.cgi/RecreateHardlinksBetweenRepositories

File last commit:

r9611:a3d73b3e default
r9729:aa9ccab5 default
Show More
test-hgrc.out
13 lines | 383 B | text/plain | TextLexer
Matt Mackall
ui: introduce new config parser
r8144 hg: config error at .../t/.hg/hgrc:1: 'invalid'
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Benoit Boissinot
Escape '%' when writing to hgrc (issue1199)...
r7044 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
[paths]
Matt Mackall
clone: config escaping no longer needed
r8179 default = .../foo%bar
default = .../foo%bar
Benoit Boissinot
Escape '%' when writing to hgrc (issue1199)...
r7044 bundle.mainreporoot=.../foobar
defaults.backout=-d "0 0"
defaults.commit=-d "0 0"
defaults.tag=-d "0 0"
Matt Mackall
clone: config escaping no longer needed
r8179 paths.default=.../foo%bar
Benoit Boissinot
Escape '%' when writing to hgrc (issue1199)...
r7044 ui.slash=True
Martin Geisler
dispatch: catch ConfigError while constructing ui
r9470 hg: config error at $HGRCPATH:8: ' x = y'