author | Steve Borho <steve@borho.org> |
Fri, 05 Feb 2010 04:33:08 -0600 | |
branch | stable |
changeset 10315 | be324d31b6c5 |
parent 10295 | 44c923eeb81d |
child 10296 | cade47dcac2d |
permissions | -rw-r--r-- |
8144
fca54469480e
ui: introduce new config parser
Matt Mackall <mpm@selenic.com>
parents:
7044
diff
changeset
|
1 |
hg: config error at .../t/.hg/hgrc:1: 'invalid' |
9611
a3d73b3e1f8a
hg.clone: report branch name on update
Adrian Buehlmann <adrian@cadifra.com>
parents:
9470
diff
changeset
|
2 |
updating to branch default |
7044
e51c0f41f271
Escape '%' when writing to hgrc (issue1199)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1474
diff
changeset
|
3 |
0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
e51c0f41f271
Escape '%' when writing to hgrc (issue1199)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1474
diff
changeset
|
4 |
[paths] |
8179
0f3b8404051b
clone: config escaping no longer needed
Matt Mackall <mpm@selenic.com>
parents:
8144
diff
changeset
|
5 |
default = .../foo%bar |
0f3b8404051b
clone: config escaping no longer needed
Matt Mackall <mpm@selenic.com>
parents:
8144
diff
changeset
|
6 |
default = .../foo%bar |
7044
e51c0f41f271
Escape '%' when writing to hgrc (issue1199)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1474
diff
changeset
|
7 |
bundle.mainreporoot=.../foobar |
e51c0f41f271
Escape '%' when writing to hgrc (issue1199)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1474
diff
changeset
|
8 |
defaults.backout=-d "0 0" |
e51c0f41f271
Escape '%' when writing to hgrc (issue1199)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1474
diff
changeset
|
9 |
defaults.commit=-d "0 0" |
e51c0f41f271
Escape '%' when writing to hgrc (issue1199)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1474
diff
changeset
|
10 |
defaults.tag=-d "0 0" |
8179
0f3b8404051b
clone: config escaping no longer needed
Matt Mackall <mpm@selenic.com>
parents:
8144
diff
changeset
|
11 |
paths.default=.../foo%bar |
7044
e51c0f41f271
Escape '%' when writing to hgrc (issue1199)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1474
diff
changeset
|
12 |
ui.slash=True |
9470
ba75830d17a9
dispatch: catch ConfigError while constructing ui
Martin Geisler <mg@lazybytes.net>
parents:
8397
diff
changeset
|
13 |
hg: config error at $HGRCPATH:8: ' x = y' |
10295
44c923eeb81d
config: handle short continuations (issue1999)
Matt Mackall <mpm@selenic.com>
parents:
10042
diff
changeset
|
14 |
foo.bar=a\nb\nc\nde\nfg |
44c923eeb81d
config: handle short continuations (issue1999)
Matt Mackall <mpm@selenic.com>
parents:
10042
diff
changeset
|
15 |
foo.baz=bif cb |
10042
7cdd2a7db2c2
config: raise ConfigError on non-existing include files
Martin Geisler <mg@lazybytes.net>
parents:
9611
diff
changeset
|
16 |
hg: config error at $HGRCPATH:1: cannot include /no-such-file (No such file or directory) |