comparison tests/test-stabilize-conflict.t @ 1395:362e2c8c5677 stable

evolve: add a hint about how to abort an evolve with conflict The whole evolve --continue is hacky, but the way to abort it have been arcane knowledge, carried from sith lord to its apprentice for centuries. We add a hint to help the use discover it. One day a clean solution will come.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 19 Jun 2015 10:44:25 -0700
parents 0c879e986ce4
children c4f8a2916e43
comparison
equal deleted inserted replaced
1394:e12082872afc 1395:362e2c8c5677
128 atop:[7] babar count up to ten 128 atop:[7] babar count up to ten
129 merging babar 129 merging babar
130 warning: conflicts during merge. 130 warning: conflicts during merge.
131 merging babar incomplete! (edit conflicts, then use 'hg resolve --mark') 131 merging babar incomplete! (edit conflicts, then use 'hg resolve --mark')
132 evolve failed! 132 evolve failed!
133 fix conflict and run "hg evolve --continue" 133 fix conflict and run "hg evolve --continue" or use "hg update -C" to abort
134 abort: unresolved merge conflicts (see hg help resolve) 134 abort: unresolved merge conflicts (see hg help resolve)
135 [255] 135 [255]
136 $ hg resolve -l 136 $ hg resolve -l
137 U babar 137 U babar
138 $ hg log -G 138 $ hg log -G
218 merging babar 218 merging babar
219 output file babar appears unchanged 219 output file babar appears unchanged
220 was merge successful (yn)? n 220 was merge successful (yn)? n
221 merging babar failed! 221 merging babar failed!
222 evolve failed! 222 evolve failed!
223 fix conflict and run "hg evolve --continue" 223 fix conflict and run "hg evolve --continue" or use "hg update -C" to abort
224 abort: unresolved merge conflicts (see hg help resolve) 224 abort: unresolved merge conflicts (see hg help resolve)
225 [255] 225 [255]
226 $ hg resolve -l 226 $ hg resolve -l
227 U babar 227 U babar
228 $ hg log -G 228 $ hg log -G