Mercurial > public > mercurial-scm > hg-stable
diff tests/test-clone.t @ 42899: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 | 69883775b27d |
children | d7304434390f |
line wrap: on
line diff
--- a/tests/test-clone.t Fri Sep 06 08:32:48 2019 +0900 +++ b/tests/test-clone.t Sun Oct 14 13:19:24 2018 +0200 @@ -759,6 +759,7 @@ $ echo initial2 > foo $ hg -q commit -A -m initial1 $ hg debugobsolete c05d5c47a5cf81401869999f3d05f7d699d2b29a e082c1832e09a7d1e78b7fd49a592d372de854c8 + 1 new obsolescence markers obsoleted 1 changesets $ cd ..