diff tests/test-push-race.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 7d8d2da4516c
children 6c1a9fd8361b
line wrap: on
line diff
--- a/tests/test-push-race.t	Sun Jul 16 02:20:06 2017 +0200
+++ b/tests/test-push-race.t	Sun Jul 16 02:33:14 2017 +0200
@@ -1569,6 +1569,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
+  obsoleted 1 changesets
 
 Pushing
 
@@ -1753,6 +1754,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
+  obsoleted 1 changesets
 
 (continue the same head)