diff tests/test-fix.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 ed0da6e0d6ee
children a2dffe68b4ea
line wrap: on
line diff
--- a/tests/test-fix.t	Fri Sep 06 08:32:48 2019 +0900
+++ b/tests/test-fix.t	Sun Oct 14 13:19:24 2018 +0200
@@ -1103,6 +1103,7 @@
   $ printf "foo\n" > foo.changed
   $ hg commit -Aqm "foo"
   $ hg debugobsolete `hg parents --template '{node}'`
+  1 new obsolescence markers
   obsoleted 1 changesets
   $ hg --hidden fix -r 0
   abort: fixing obsolete revision could cause divergence