tests/test-push-race.t
changeset 33542 b11e8c67fb0f
parent 33314 7d8d2da4516c
child 33773 6c1a9fd8361b
--- 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)