# HG changeset patch # User Pierre-Yves David # Date 1489528040 25200 # Node ID f1ffd093ef30625cb12cc8b8601c3a102123e05f # Parent bb665c99562ad8fdc85a7cc82dd752eb3cbffa7e# Parent 90ab79764ce466a5df036fa4c69acc94c6ccd6ca mercurial-3.9: merge with hg-4.0 branch We merge with the code for the future evolve 6.0.0 code to check for compatibility. Only minor test output change (" -> ') have been noted. diff -r 90ab79764ce4 -r f1ffd093ef30 tests/test-evolve-serveronly.t --- a/tests/test-evolve-serveronly.t Tue Mar 14 14:38:10 2017 -0700 +++ b/tests/test-evolve-serveronly.t Tue Mar 14 14:47:20 2017 -0700 @@ -10,7 +10,7 @@ > [phases] > publish = False > [experimental] - > bundle2-exp=False # < Mercurial-4.0 + > bundle2-exp=False > [devel] > legacy.exchange=bundle1 > [extensions] diff -r 90ab79764ce4 -r f1ffd093ef30 tests/test-evolve.t --- a/tests/test-evolve.t Tue Mar 14 14:38:10 2017 -0700 +++ b/tests/test-evolve.t Tue Mar 14 14:47:20 2017 -0700 @@ -1147,7 +1147,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' @@ -1173,7 +1173,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 <