tests/test-clone
changeset 6088 3b96cefc1b2b
parent 5225 76c4cadb49fc
child 6947 a7fcb43af82e
equal deleted inserted replaced
6087:12856a1742dc 6088:3b96cefc1b2b
    30 # writing the .hgrc
    30 # writing the .hgrc
    31 cd ../..
    31 cd ../..
    32 hg clone file://a e
    32 hg clone file://a e
    33 grep 'file:' e/.hg/hgrc
    33 grep 'file:' e/.hg/hgrc
    34 
    34 
       
    35 # check that path aliases are expanded
       
    36 hg clone -q -U --config 'paths.foobar=a#0' foobar f
       
    37 hg -R f showconfig paths.default | sed -e 's,.*/,,'
       
    38 
    35 exit 0
    39 exit 0