Submitter | phabricator |
---|---|
Date | April 9, 2020, 7:47 p.m. |
Message ID | <differential-rev-PHID-DREV-j2fhyvwzi5x63a7oxila-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/46054/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-histedit-non-commute.t b/tests/test-histedit-non-commute.t --- a/tests/test-histedit-non-commute.t +++ b/tests/test-histedit-non-commute.t @@ -300,4 +300,7 @@ summary: Initial commit +An invalid editor shouldn't leave the user in a broken state: + $ EDITOR=totally-not-a-thing-unsensible-editor-value hg histedit 4 + $ cd ..