tests/test-copies-in-changeset.t
branchstable
changeset 48976 877d7e1a4223
parent 48975 e3c75d65d589
child 49066 65eda809b943
equal deleted inserted replaced
48975:e3c75d65d589 48976:877d7e1a4223
   322   $ hg showcopies
   322   $ hg showcopies
   323   a -> l
   323   a -> l
   324   $ hg ci --amend -m 'new description'
   324   $ hg ci --amend -m 'new description'
   325   saved backup bundle to $TESTTMP/repo/.hg/strip-backup/*-*-amend.hg (glob)
   325   saved backup bundle to $TESTTMP/repo/.hg/strip-backup/*-*-amend.hg (glob)
   326   $ hg showcopies
   326   $ hg showcopies
   327   a -> l (no-extra !)
   327   a -> l
   328   $ cd ..
   328   $ cd ..
   329 
   329 
   330 Test rebasing a commit with copy information
   330 Test rebasing a commit with copy information
   331 
   331 
   332   $ hg init rebase-rename
   332   $ hg init rebase-rename