tests/test-hgrc.t
changeset 13572 1bb2a56a9d73
parent 12697 14853ca7e11b
child 13849 9f97de157aad
equal deleted inserted replaced
13571:84bd3fd63afc 13572:1bb2a56a9d73
    18   updating to branch default
    18   updating to branch default
    19   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
    19   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
    20   $ cd foobar
    20   $ cd foobar
    21   $ cat .hg/hgrc
    21   $ cat .hg/hgrc
    22   [paths]
    22   [paths]
    23   default = */foo%bar (glob)
    23   default = $TESTTMP/foo%bar
    24   $ hg paths
    24   $ hg paths
    25   default = */foo%bar (glob)
    25   default = $TESTTMP/foo%bar
    26   $ hg showconfig
    26   $ hg showconfig
    27   bundle.mainreporoot=*/foobar (glob)
    27   bundle.mainreporoot=$TESTTMP/foobar
    28   paths.default=*/foo%bar (glob)
    28   paths.default=$TESTTMP/foo%bar
    29   $ cd ..
    29   $ cd ..
    30 
    30 
    31 issue1829: wrong indentation
    31 issue1829: wrong indentation
    32 
    32 
    33   $ echo '[foo]' > $HGRCPATH
    33   $ echo '[foo]' > $HGRCPATH