Mercurial > evolve
comparison tests/test-stabilize-conflict.t @ 1753:9fd15f27c91c stable
evolve: suggest "hg update -C .", including '.', to abort evolve
The user will probably not also want to change commit when they abort
evolve, like "hg update -C" (without the '.') would do. Note that we
already do recommend aborting by using "hg update -C ." in another
place.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 28 Oct 2016 15:04:40 -0700 |
parents | edcd2f0474c8 |
children | a7dcfff8c4a9 |
comparison
equal
deleted
inserted
replaced
1752:19e32420e150 | 1753:9fd15f27c91c |
---|---|
127 move:[5] babar count up to fifteen | 127 move:[5] babar count up to fifteen |
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 while merging babar! (edit, then use 'hg resolve --mark') | 130 warning: conflicts while merging babar! (edit, then use 'hg resolve --mark') |
131 evolve failed! | 131 evolve failed! |
132 fix conflict and run "hg evolve --continue" or use "hg update -C" to abort | 132 fix conflict and run "hg evolve --continue" or use "hg update -C ." to abort |
133 abort: unresolved merge conflicts (see hg help resolve) | 133 abort: unresolved merge conflicts (see hg help resolve) |
134 [255] | 134 [255] |
135 $ hg resolve -l | 135 $ hg resolve -l |
136 U babar | 136 U babar |
137 $ hg log -G | 137 $ hg log -G |
217 merging babar | 217 merging babar |
218 output file babar appears unchanged | 218 output file babar appears unchanged |
219 was merge successful (yn)? n | 219 was merge successful (yn)? n |
220 merging babar failed! | 220 merging babar failed! |
221 evolve failed! | 221 evolve failed! |
222 fix conflict and run "hg evolve --continue" or use "hg update -C" to abort | 222 fix conflict and run "hg evolve --continue" or use "hg update -C ." to abort |
223 abort: unresolved merge conflicts (see hg help resolve) | 223 abort: unresolved merge conflicts (see hg help resolve) |
224 [255] | 224 [255] |
225 $ hg resolve -l | 225 $ hg resolve -l |
226 U babar | 226 U babar |
227 $ hg log -G | 227 $ hg log -G |