comparison tests/test-histedit-obsolete.t @ 48069:f27a83399abb

histedit: use more specific exceptions for more detailed exit codes Differential Revision: https://phab.mercurial-scm.org/D11509
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 28 Sep 2021 09:32:24 -0700
parents 5b6dd0d9171b
children
comparison
equal deleted inserted replaced
48068:6256c7525222 48069:f27a83399abb
506 $ hg ci -m 'merge' 506 $ hg ci -m 'merge'
507 $ echo not wat > wat 507 $ echo not wat > wat
508 $ hg ci -m 'modify wat' 508 $ hg ci -m 'modify wat'
509 $ hg histedit 050280826e04 509 $ hg histedit 050280826e04
510 abort: cannot edit history that contains merges 510 abort: cannot edit history that contains merges
511 [255] 511 [20]
512 $ cd .. 512 $ cd ..
513 513
514 Check abort behavior 514 Check abort behavior
515 ------------------------------------------- 515 -------------------------------------------
516 516