equal
deleted
inserted
replaced
28 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
28 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
29 $ cd foobar |
29 $ cd foobar |
30 $ cat .hg/hgrc |
30 $ cat .hg/hgrc |
31 # example repository config (see "hg help config" for more info) |
31 # example repository config (see "hg help config" for more info) |
32 [paths] |
32 [paths] |
33 default = $TESTTMP/foo%bar |
33 default = $TESTTMP/foo%bar (glob) |
34 |
34 |
35 # path aliases to other clones of this repo in URLs or filesystem paths |
35 # path aliases to other clones of this repo in URLs or filesystem paths |
36 # (see "hg help config.paths" for more info) |
36 # (see "hg help config.paths" for more info) |
37 # |
37 # |
38 # default-push = ssh://jdoe@example.net/hg/jdoes-fork |
38 # default-push = ssh://jdoe@example.net/hg/jdoes-fork |
222 > foo = bar |
222 > foo = bar |
223 > EOF |
223 > EOF |
224 $ hg showconfig --debug paths |
224 $ hg showconfig --debug paths |
225 plain: True |
225 plain: True |
226 read config from: $TESTTMP/hgrc |
226 read config from: $TESTTMP/hgrc |
227 $TESTTMP/hgrc:17: paths.foo=$TESTTMP/bar |
227 $TESTTMP/hgrc:17: paths.foo=$TESTTMP/bar (glob) |