tests/test-fix.t
changeset 42363 b02f3aa2fab5
parent 42194 0da689a60163
child 42653 9ed63cd0026c
equal deleted inserted replaced
42362:52beb1b8a649 42363:b02f3aa2fab5
   832   $ hg --config extensions.rebase= fix -r .
   832   $ hg --config extensions.rebase= fix -r .
   833   abort: rebase in progress
   833   abort: rebase in progress
   834   (use 'hg rebase --continue' or 'hg rebase --abort')
   834   (use 'hg rebase --continue' or 'hg rebase --abort')
   835   [255]
   835   [255]
   836 
   836 
       
   837   $ cd ..
       
   838 
   837 When fixing a file that was renamed, we should diff against the source of the
   839 When fixing a file that was renamed, we should diff against the source of the
   838 rename for incremental fixing and we should correctly reproduce the rename in
   840 rename for incremental fixing and we should correctly reproduce the rename in
   839 the replacement revision.
   841 the replacement revision.
   840 
   842 
   841   $ hg init fixrenamecommit
   843   $ hg init fixrenamecommit