##// END OF EJS Templates
copies: fix issue1994...
copies: fix issue1994 Unscramble divergence test

File last commit:

r10044:dc5462d9 merge default
r10294:d1cd09bb stable
Show More
test-hgrc.out
14 lines | 473 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'
Martin Geisler
config: raise ConfigError on non-existing include files...
r10042 hg: config error at $HGRCPATH:1: cannot include /no-such-file (No such file or directory)