tests/test-rebase-rename.t
changeset 28627 d7af9b4ae7dd
parent 26811 d1561a422748
child 33332 3b7cb3d17137
equal deleted inserted replaced
28626:60ee2593a270 28627:d7af9b4ae7dd
   296   @  4: 'File d created as copy of c and modified'
   296   @  4: 'File d created as copy of c and modified'
   297   |
   297   |
   298   o  3: 'File c created as copy of b and modified'
   298   o  3: 'File c created as copy of b and modified'
   299   |
   299   |
   300   o  2: 'File b created as copy of a and modified'
   300   o  2: 'File b created as copy of a and modified'
   301   |
   301   :
   302   o  0: 'File a created'
   302   o  0: 'File a created'
   303   
   303   
   304 Same steps as above, but with --collapse on rebase to make sure the
   304 Same steps as above, but with --collapse on rebase to make sure the
   305 copy records collapse correctly.
   305 copy records collapse correctly.
   306   $ hg co 1
   306   $ hg co 1
   321 This should show both revision 3 and 0 since 'd' was transitively a
   321 This should show both revision 3 and 0 since 'd' was transitively a
   322 copy of 'a'.
   322 copy of 'a'.
   323 
   323 
   324   $ hg tglog --follow d
   324   $ hg tglog --follow d
   325   @  3: 'Collapsed revision
   325   @  3: 'Collapsed revision
   326   |  * File b created as copy of a and modified
   326   :  * File b created as copy of a and modified
   327   |  * File c created as copy of b and modified
   327   :  * File c created as copy of b and modified
   328   |  * File d created as copy of c and modified'
   328   :  * File d created as copy of c and modified'
   329   o  0: 'File a created'
   329   o  0: 'File a created'
   330   
   330   
   331 
   331 
   332   $ cd ..
   332   $ cd ..