tests/test-stabilize-result.t
branchstable
changeset 534 45ccaba212f9
parent 533 87c41ef95ebf
child 546 415540dee2bd
--- a/tests/test-stabilize-result.t	Thu Aug 30 13:50:17 2012 +0200
+++ b/tests/test-stabilize-result.t	Thu Aug 30 13:54:43 2012 +0200
@@ -314,6 +314,12 @@
   merging a incomplete! (edit conflicts, then use 'hg resolve --mark')
   0 files updated, 0 files merged, 0 files removed, 1 files unresolved
   use 'hg resolve' to retry unresolved file merges or 'hg update -C .' to abandon
-  abort: GASP! Merge Conflict! You are on you own chap!
-  (/!\ hg evolve --continue will NOT work /!\)
+  abort: Merge conflict between several amendments, and this is not yet automated
+  (/!\ You can try:
+  /!\ * manual merge + resolve => new cset X
+  /!\ * hg up to the parent of the amended changeset (which are named W and Z)
+  /!\ * hg revert --all -r X
+  /!\ * hg ci -m "same message as the amended changeset" => new cset Y
+  /!\ * hg kill -n Y W Z
+  )
   [255]