##// END OF EJS Templates
tests: ensure that 'hg update' is disabled during histedit (issue3655)
Jason Gauci -
r28890:46833989 default
parent child Browse files
Show More
@@ -77,6 +77,12 b' edit the history'
77 Editing (e860deea161a), you may commit or record as needed now.
77 Editing (e860deea161a), you may commit or record as needed now.
78 (hg histedit --continue to resume)
78 (hg histedit --continue to resume)
79
79
80 try to update and get an error
81 $ hg update tip
82 abort: histedit in progress
83 (use 'hg histedit --continue' or 'hg histedit --abort')
84 [255]
85
80 edit the plan via the editor
86 edit the plan via the editor
81 $ cat >> $TESTTMP/editplan.sh <<EOF
87 $ cat >> $TESTTMP/editplan.sh <<EOF
82 > cat > \$1 <<EOF2
88 > cat > \$1 <<EOF2
General Comments 0
You need to be logged in to leave comments. Login now