tests/test-convert-git.t
changeset 22471 cc5f94db672b
parent 22470 8e0c4df28eec
child 22511 b1ec65b3ba31
--- a/tests/test-convert-git.t	Fri Sep 12 11:23:26 2014 -0700
+++ b/tests/test-convert-git.t	Fri Sep 12 12:28:30 2014 -0700
@@ -277,6 +277,18 @@
     foo
   R foo
 
+  $ cd git-repo2
+  $ cp bar bar-copied2
+  $ git add bar-copied2
+  $ commit -a -m 'copy with no changes'
+  $ cd ..
+
+  $ hg -q convert --config convert.git.similarity=100 \
+  > --config convert.git.findcopiesharder=1 --datesort git-repo2 fullrepo
+  $ hg -R fullrepo status -C --change master
+  A bar-copied2
+    bar
+
 test binary conversion (issue1359)
 
   $ count=19