branch | stable |
changeset 10577 | d5bd1beff794 |
parent 9962 | a7178eccf2dc |
child 10775 | c52057614c72 |
--- a/tests/test-convert Wed Mar 03 16:00:02 2010 +0100 +++ b/tests/test-convert Wed Mar 03 14:50:35 2010 +0100 @@ -56,4 +56,10 @@ echo % convert with imaginary sink type hg convert --dest-type foo a a-foo +echo +echo % "testing: convert must not produce duplicate entries in fncache" +hg convert a b +echo % "contents of fncache file:" +cat b/.hg/store/fncache + true