Mercurial > evolve
diff tests/test-obsolete.t @ 4511:e4fc3af2d0a9 mercurial-4.8
test-compat: merge stable into mercurial-4.8
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 11 Apr 2019 22:41:25 +0200 |
parents | 3caa4a459439 |
children | 7a779a288793 c9798965b1f4 |
line wrap: on
line diff
--- a/tests/test-obsolete.t Tue Jan 22 12:54:41 2019 -0500 +++ b/tests/test-obsolete.t Thu Apr 11 22:41:25 2019 +0200 @@ -236,7 +236,7 @@ abort: push includes orphan changeset: 95de7fc6918d! (use 'hg evolve' to get a stable history or --force to ignore warnings) [255] - $ hg push ../other-new -f # use f because there is unstability + $ hg push ../other-new -f # use f because there is an orphan pushing to ../other-new searching for changes adding changesets @@ -431,7 +431,7 @@ 1 new phase-divergent changesets 83b5778897ad try to obsolete immutable changeset 1f0dee641bb7 # at core level the warning is not issued -# this is now a big issue now that we have bumped warning +# this is now a big issue now that we have phase divergence warning $ qlog -r 'obsolete()' 3 - 0d3f46688ccc @@ -574,7 +574,7 @@ obsoleted 1 changesets $ cd .. -check bumped detection +check phase divergence detection (make an obsolete changeset public) $ cd local