tests/test-convert-git.t
changeset 22558 064a912ebfc2
parent 22511 b1ec65b3ba31
child 22947 c63a09b6b337
equal deleted inserted replaced
22557:ace8320156ef 22558:064a912ebfc2
   276   A foo-renamed
   276   A foo-renamed
   277     foo
   277     foo
   278   R foo
   278   R foo
   279 
   279 
   280   $ cd git-repo2
   280   $ cd git-repo2
       
   281   $ echo bar2 >> bar
       
   282   $ commit -a -m 'change bar'
   281   $ cp bar bar-copied2
   283   $ cp bar bar-copied2
   282   $ git add bar-copied2
   284   $ git add bar-copied2
   283   $ commit -a -m 'copy with no changes'
   285   $ commit -a -m 'copy with no changes'
   284   $ cd ..
   286   $ cd ..
   285 
   287