diff tests/test-subrepo @ 11088:c4347e48b0d0

summary: add subrepo status
author Matt Mackall <mpm@selenic.com>
date Mon, 03 May 2010 17:05:23 -0500
parents c2601c216333
children 34e33d50c26b
line wrap: on
line diff
--- a/tests/test-subrepo	Sat May 01 23:59:39 2010 +0200
+++ b/tests/test-subrepo	Mon May 03 17:05:23 2010 -0500
@@ -16,6 +16,7 @@
 hg init s
 echo a > s/a
 hg -R s ci -Ams0
+hg sum
 hg ci -m1
 
 echo % add sub sub
@@ -24,7 +25,9 @@
 echo a > s/ss/a
 hg -R s add s/.hgsub
 hg -R s/ss add s/ss/a
+hg sum
 hg ci -m2
+hg sum
 
 echo % bump sub rev
 echo b > s/a