tests/test-hgrc.out
author Patrick Mezard <pmezard@gmail.com>
Wed, 06 Jan 2010 21:11:58 +0100
changeset 10238 e22695b4472f
parent 10044 dc5462d94a72
child 10296 cade47dcac2d
permissions -rw-r--r--
cmdutil: replace unix pipe handshake with file lock The pipe handshake cannot be implemented with Windows detached process, which disables handle inheritance. Fix 2/3 for issue421
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10043
e95f0f70c3fd test-hgrc: cleanup
Martin Geisler <mg@lazybytes.net>
parents: 9611
diff changeset
     1
hg: config error at $HGRCPATH: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
8179
0f3b8404051b clone: config escaping no longer needed
Matt Mackall <mpm@selenic.com>
parents: 8144
diff changeset
     8
paths.default=.../foo%bar
10043
e95f0f70c3fd test-hgrc: cleanup
Martin Geisler <mg@lazybytes.net>
parents: 9611
diff changeset
     9
hg: config error at $HGRCPATH:2: '  x = y'
10042
7cdd2a7db2c2 config: raise ConfigError on non-existing include files
Martin Geisler <mg@lazybytes.net>
parents: 9611
diff changeset
    10
hg: config error at $HGRCPATH:1: cannot include /no-such-file (No such file or directory)