##// END OF EJS Templates
compat: use open() instead of file() everywhere
compat: use open() instead of file() everywhere

File last commit:

r8397:613ac285 default
r9031:3b76321a default
Show More
test-hgrc.out
12 lines | 340 B | text/plain | TextLexer
Matt Mackall
ui: introduce new config parser
r8144 hg: config error at .../t/.hg/hgrc:1: 'invalid'
Benoit Boissinot
Escape '%' when writing to hgrc (issue1199)...
r7044 updating working directory
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