comparison tests/test-hgrc.out @ 7044:e51c0f41f271

Escape '%' when writing to hgrc (issue1199) Fixes clone with paths containing '%'. Patch provided by mjc.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 20 Sep 2008 15:00:58 +0200
parents 1e47f6fc0fdc
children fca54469480e
comparison
equal deleted inserted replaced
7043:b714aac1f7b3 7044:e51c0f41f271
1 abort: Failed to parse .../t/.hg/hgrc 1 abort: Failed to parse .../t/.hg/hgrc
2 File contains no section headers. 2 File contains no section headers.
3 file: .../t/.hg/hgrc, line: 1 3 file: .../t/.hg/hgrc, line: 1
4 'invalid\n' 4 'invalid\n'
5 updating working directory
6 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
7 [paths]
8 default = .../foo%%bar
9 default = .../foo%bar
10 bundle.mainreporoot=.../foobar
11 defaults.backout=-d "0 0"
12 defaults.commit=-d "0 0"
13 defaults.debugrawcommit=-d "0 0"
14 defaults.tag=-d "0 0"
15 paths.default=.../foo%bar
16 ui.slash=True