diff tests/test-phases.t @ 33542:b11e8c67fb0f

debugobsolete: also report the number of obsoleted changesets This seems useful to have the number of obsoleted changesets when calling debugobsolete.
author Boris Feld <boris.feld@octobus.net>
date Sun, 16 Jul 2017 02:33:14 +0200
parents 67a3204c83c1
children 6c1a9fd8361b
line wrap: on
line diff
--- a/tests/test-phases.t	Sun Jul 16 02:20:06 2017 +0200
+++ b/tests/test-phases.t	Sun Jul 16 02:33:14 2017 +0200
@@ -593,6 +593,7 @@
 
 (making a changeset hidden; H in that case)
   $ hg debugobsolete `hg id --debug -r 5`
+  obsoleted 1 changesets
 
   $ cd ..
   $ hg clone initialrepo clonewithobs