tests/test-copy-move-merge.t
changeset 34078 b4b196092cc3
parent 34077 26531db4647a
child 35393 4441705b7111
equal deleted inserted replaced
34077:26531db4647a 34078:b4b196092cc3
       
     1 Test for the full copytracing algorithm
       
     2 =======================================
       
     3 
     1   $ hg init t
     4   $ hg init t
     2   $ cd t
     5   $ cd t
     3 
     6 
     4   $ echo 1 > a
     7   $ echo 1 > a
     5   $ hg ci -qAm "first"
     8   $ hg ci -qAm "first"