Mercurial > hg > mercurial-source
diff tests/test-histedit-edit.t @ 29640:468339891670
tests: ensure that 'hg update' is disabled during histedit (issue3655)
author | Jason Gauci <jjg@fb.com> |
---|---|
date | Mon, 11 Apr 2016 12:06:18 -0700 |
parents | 5490b04e6132 |
children | 37ab9e20991c |
line wrap: on
line diff
--- a/tests/test-histedit-edit.t +++ b/tests/test-histedit-edit.t @@ -77,6 +77,12 @@ Editing (e860deea161a), you may commit or record as needed now. (hg histedit --continue to resume) +try to update and get an error + $ hg update tip + abort: histedit in progress + (use 'hg histedit --continue' or 'hg histedit --abort') + [255] + edit the plan via the editor $ cat >> $TESTTMP/editplan.sh <<EOF > cat > \$1 <<EOF2