# HG changeset patch # User Pierre-Yves David # Date 1477663380 -7200 # Node ID 343298df3f2656782f7750cae67033b2b15d0932 # Parent db0a54205221692584da1a3cc49d1ab2479a6470# Parent 6c922448ccecc43f47fe656e33770d3a88b400e2 integrate code update and test change from future 5.5 code This prove that the code is compatible with 3.9 diff -r 6c922448ccec -r 343298df3f26 tests/test-evolve.t --- a/tests/test-evolve.t Fri Oct 28 15:44:15 2016 +0200 +++ b/tests/test-evolve.t Fri Oct 28 16:03:00 2016 +0200 @@ -1126,7 +1126,7 @@ summary summarize working directory state update update working directory (or switch revisions) - (use 'hg help' for the full list of commands or 'hg -v' for details) + (use "hg help" for the full list of commands or "hg -v" for details) [255] $ hg fold hg: unknown command 'fold' @@ -1152,7 +1152,7 @@ summary summarize working directory state update update working directory (or switch revisions) - (use 'hg help' for the full list of commands or 'hg -v' for details) + (use "hg help" for the full list of commands or "hg -v" for details) [255] Enabling commands selectively, only fold enabled, next is still unknown $ cat >> $HGRCPATH < [phases] > publish = False > [experimental] - > bundle2-exp=False # < Mercurial-4.0 + > bundle2-exp=False > [devel] > legacy.exchange=bundle1 > [extensions] diff -r 6c922448ccec -r 343298df3f26 tests/test-stabilize-result.t --- a/tests/test-stabilize-result.t Fri Oct 28 15:44:15 2016 +0200 +++ b/tests/test-stabilize-result.t Fri Oct 28 16:03:00 2016 +0200 @@ -98,7 +98,7 @@ +newer a $ hg evolve --continue grafting 5:3655f0f50885 "newer a" - abort: unresolved merge conflicts (see 'hg help resolve') + abort: unresolved merge conflicts (see "hg help resolve") [255] $ hg resolve -m a (no more unresolved files)