tests/test-rebase-parameters.t
changeset 21266 19d6fec60b81
parent 21210 799c494189a9
child 21267 e4f451c8c05c
equal deleted inserted replaced
21265:232de244ab6f 21266:19d6fec60b81
   452 
   452 
   453   $ hg resolve -l
   453   $ hg resolve -l
   454   U c2
   454   U c2
   455 
   455 
   456   $ hg resolve -m c2
   456   $ hg resolve -m c2
       
   457   no unresolved files; you may continue your unfinished operation
   457   $ hg rebase -c --tool internal:fail
   458   $ hg rebase -c --tool internal:fail
   458   tool option will be ignored
   459   tool option will be ignored
   459   saved backup bundle to $TESTTMP/b3/.hg/strip-backup/*-backup.hg (glob)
   460   saved backup bundle to $TESTTMP/b3/.hg/strip-backup/*-backup.hg (glob)
   460 
   461 
   461   $ cd ..
   462   $ cd ..