diff tests/test-exchange-obsmarkers-case-D1.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 89630d0b3e23
children
line wrap: on
line diff
--- a/tests/test-exchange-obsmarkers-case-D1.t	Fri Sep 06 08:32:48 2019 +0900
+++ b/tests/test-exchange-obsmarkers-case-D1.t	Sun Oct 14 13:19:24 2018 +0200
@@ -61,9 +61,11 @@
   $ mkcommit A1
   created new head
   $ hg debugobsolete `getid 'desc(A0)'` `getid 'desc(A1)'`
+  1 new obsolescence markers
   obsoleted 1 changesets
   1 new orphan changesets
   $ hg prune -d '0 0' 'desc(B)'
+  1 new obsolescence markers
   obsoleted 1 changesets
   $ hg strip --hidden -q 'desc(A0)'
   $ hg log -G --hidden