Mercurial > public > mercurial-scm > hg
diff tests/test-push-race.t @ 42893:34a46d48d24e
debugobsolete: also issue the "new obsmarkers" messsage
We are going to improve the way this message is issued in the core codebase.
This will make it appears for `hg debugobsolete` too. Since this seems like a
good idea, we make the output change in a previous changesets to clarify the
next changeset.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 14 Oct 2018 13:19:24 +0200 |
parents | d3d52cc91e83 |
children | edc8504bc26b |
line wrap: on
line diff
--- a/tests/test-push-race.t Fri Sep 06 08:32:48 2019 +0900 +++ b/tests/test-push-race.t Sun Oct 14 13:19:24 2018 +0200 @@ -1608,6 +1608,7 @@ $ ID_Q=`hg -R client-racy log -T '{node}\n' -r 'desc("C-Q")'` $ ID_V=`hg -R client-racy log -T '{node}\n' -r 'desc("C-V")'` $ hg -R client-racy debugobsolete $ID_Q $ID_V + 1 new obsolescence markers obsoleted 1 changesets Pushing @@ -1800,6 +1801,7 @@ $ ID_V=`hg -R client-other log -T '{node}\n' -r 'desc("C-V")'` $ ID_W=`hg -R client-other log -T '{node}\n' -r 'desc("C-W")'` $ hg -R client-other debugobsolete $ID_V $ID_W + 1 new obsolescence markers obsoleted 1 changesets (continue the same head)