Skip to content
Snippets Groups Projects
Commit 52366b37 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

histedit-test: test malformed line

We had not tested for this case.
parent 3b52b15e
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,17 @@
abort: may not use changesets other than the ones listed
[255]
Test malformed line
---------------------------------------
$ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF
> pickeb57da33312f2three
> pick c8e68270e35a 3 four
> pick 08d98a8350f3 4 five
> EOF
abort: malformed line "pickeb57da33312f2three"
[255]
Test short version of command
---------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment