Submitter | phabricator |
---|---|
Date | April 10, 2020, 3:23 p.m. |
Message ID | <a273f72058536c2c964f3da892397748@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/46056/ |
State | Not Applicable |
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 ..