##// END OF EJS Templates
Merge with i18n
Merge with i18n

File last commit:

r10296:cade47dc merge default
r10308:4aa619c4 merge 1.4.3 stable
Show More
test-hgrc.out
16 lines | 512 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'
Matt Mackall
config: handle short continuations (issue1999)...
r10295 foo.bar=a\nb\nc\nde\nfg
foo.baz=bif cb
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)