tests/test-clone
changeset 5239 76c4cadb49fc
parent 1926 ba198d17eea9
equal deleted inserted replaced
5238:20817af258d8 5239:76c4cadb49fc
    23 mkdir ../d
    23 mkdir ../d
    24 cd ../d
    24 cd ../d
    25 hg clone ../a
    25 hg clone ../a
    26 cd a
    26 cd a
    27 hg cat a
    27 hg cat a
       
    28 
       
    29 # check that we drop the file:// from the path before
       
    30 # writing the .hgrc
       
    31 cd ../..
       
    32 hg clone file://a e
       
    33 grep 'file:' e/.hg/hgrc
       
    34 
       
    35 exit 0