# HG changeset patch # User Pierre-Yves David # Date 1477746263 -7200 # Node ID ad04f3c3b1a94278a986aa529f439a6100a18288 # Parent 1dbb8fdb725aa4a8bdf39f6862c0c55e9848ef49# Parent e2585c6cdbdc52798626bae6d60c5b18fa2c3c2b merge with latest fix diff -r e2585c6cdbdc -r ad04f3c3b1a9 tests/test-evolve.t --- a/tests/test-evolve.t Sat Oct 29 15:01:41 2016 +0200 +++ b/tests/test-evolve.t Sat Oct 29 15:04:23 2016 +0200 @@ -593,7 +593,8 @@ $ hg graft -O 7 grafting 7:a5bfd90a2f29 "conflict" (tip) merging 1 - warning: conflicts while merging 1! (edit, then use 'hg resolve --mark') + warning: conflicts during merge. + merging 1 incomplete! (edit conflicts, then use 'hg resolve --mark') abort: unresolved conflicts, can't continue (use hg resolve and hg graft --continue) [255] @@ -1425,7 +1426,8 @@ move:[39] will cause conflict at evolve atop:[42] will be evolved safely merging newfile - warning: conflicts while merging newfile! (edit, then use 'hg resolve --mark') + warning: conflicts during merge. + merging newfile incomplete! (edit conflicts, then use 'hg resolve --mark') evolve failed! fix conflict and run 'hg evolve --continue' or use 'hg update -C .' to abort abort: unresolved merge conflicts (see hg help resolve) diff -r e2585c6cdbdc -r ad04f3c3b1a9 tests/test-split.t --- a/tests/test-split.t Sat Oct 29 15:01:41 2016 +0200 +++ b/tests/test-split.t Sat Oct 29 15:04:23 2016 +0200 @@ -336,6 +336,7 @@ > evolution=createmarkers > evolutioncommands=split > EOF + $ hg up -qC tip $ hg split -r "desc(split3)" abort: cannot split commit: ced8fbcce3a7 not a head [255] @@ -345,6 +346,7 @@ $ echo "evolution=createmarkers" >> $HGRCPATH Running split without any revision operates on the parent of the working copy + $ hg up -qC tip $ hg split << EOF > q > EOF @@ -358,6 +360,7 @@ [255] Running split with tip revision, specified as unnamed argument + $ hg up -qC tip $ hg split . << EOF > q > EOF @@ -377,6 +380,8 @@ abort: more than one revset is given (use either `hg split ` or `hg split --rev `, not both) [255] + $ hg revert --all + forgetting _d Split empty commit (issue5191) $ hg branch new-branch diff -r e2585c6cdbdc -r ad04f3c3b1a9 tests/test-stabilize-conflict.t --- a/tests/test-stabilize-conflict.t Sat Oct 29 15:01:41 2016 +0200 +++ b/tests/test-stabilize-conflict.t Sat Oct 29 15:04:23 2016 +0200 @@ -127,7 +127,8 @@ move:[5] babar count up to fifteen atop:[7] babar count up to ten merging babar - warning: conflicts while merging babar! (edit, then use 'hg resolve --mark') + warning: conflicts during merge. + merging babar incomplete! (edit conflicts, then use 'hg resolve --mark') evolve failed! fix conflict and run 'hg evolve --continue' or use 'hg update -C .' to abort abort: unresolved merge conflicts (see hg help resolve) diff -r e2585c6cdbdc -r ad04f3c3b1a9 tests/test-stabilize-result.t --- a/tests/test-stabilize-result.t Sat Oct 29 15:01:41 2016 +0200 +++ b/tests/test-stabilize-result.t Sat Oct 29 15:04:23 2016 +0200 @@ -82,7 +82,8 @@ move:[5] newer a atop:[7] changea merging a - warning: conflicts while merging a! (edit, then use 'hg resolve --mark') + warning: conflicts during merge. + merging a incomplete! (edit conflicts, then use 'hg resolve --mark') evolve failed! fix conflict and run 'hg evolve --continue' or use 'hg update -C .' to abort abort: unresolved merge conflicts (see hg help resolve) @@ -357,7 +358,8 @@ with: [21] More addition base: [15] More addition merging a - warning: conflicts while merging a! (edit, then use 'hg resolve --mark') + warning: conflicts during merge. + 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 abort abort: merge conflict between several amendments (this is not automated yet) diff -r e2585c6cdbdc -r ad04f3c3b1a9 tests/test-touch.t --- a/tests/test-touch.t Sat Oct 29 15:01:41 2016 +0200 +++ b/tests/test-touch.t Sat Oct 29 15:04:23 2016 +0200 @@ -43,7 +43,7 @@ $ hg touch . [1] a reviving this changeset will create divergence unless you make a duplicate. - (a)llow divergence or (d)uplicate the changeset? a + (a)llow divergence or (d)uplicate the changeset? a 2 new divergent changesets $ hg log -G @ 4:[0-9a-f]{12} a (re)