##// END OF EJS Templates
dispatch: catch ConfigError while constructing ui
dispatch: catch ConfigError while constructing ui

File last commit:

r9470:ba75830d default
r9470:ba75830d 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'
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
Martin Geisler
dispatch: catch ConfigError while constructing ui
r9470 hg: config error at $HGRCPATH:8: ' x = y'