comparison tests/test-qrecord.t @ 45840:527ce85c2e60

errors: introduce StateError and use it from commands and cmdutil This very similar to an earlier patch (which was for `InputError`). In this patch, I also updated the transplant extension only because `test-transplant.t` would otherwise have needed a `#if continueflag`. Differential Revision: https://phab.mercurial-scm.org/D9310
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 12 Oct 2020 12:44:18 -0700
parents 21733e8c924f
children 3f82a915ab2a
comparison
equal deleted inserted replaced
45839:ebee234d952a 45840:527ce85c2e60
468 > y 468 > y
469 > n 469 > n
470 > EOF 470 > EOF
471 abort: histedit in progress 471 abort: histedit in progress
472 (use 'hg histedit --continue' or 'hg histedit --abort') 472 (use 'hg histedit --continue' or 'hg histedit --abort')
473 [255] 473 [20]