tests/test-convert-git.t
changeset 22558 064a912ebfc2
parent 22511 b1ec65b3ba31
child 22947 c63a09b6b337
--- a/tests/test-convert-git.t	Tue Sep 23 17:12:27 2014 -0700
+++ b/tests/test-convert-git.t	Wed Sep 24 11:20:35 2014 -0700
@@ -278,6 +278,8 @@
   R foo
 
   $ cd git-repo2
+  $ echo bar2 >> bar
+  $ commit -a -m 'change bar'
   $ cp bar bar-copied2
   $ git add bar-copied2
   $ commit -a -m 'copy with no changes'