tests/test-convert
branchstable
changeset 10885 9e4d120e3c32
parent 10775 c52057614c72
equal deleted inserted replaced
10883:196908117c27 10885:9e4d120e3c32
    60 echo % "testing: convert must not produce duplicate entries in fncache"
    60 echo % "testing: convert must not produce duplicate entries in fncache"
    61 hg convert a b
    61 hg convert a b
    62 echo % "contents of fncache file:"
    62 echo % "contents of fncache file:"
    63 cat b/.hg/store/fncache
    63 cat b/.hg/store/fncache
    64 
    64 
       
    65 echo '% test bogus URL'
       
    66 hg convert -q bzr+ssh://foobar@selenic.com/baz baz
       
    67 
    65 true
    68 true