tests/test-subrepo-recursion.t
changeset 12400 40852b4b910c
parent 12376 97ffc68f71d3
child 12503 b4711585a455
--- a/tests/test-subrepo-recursion.t	Fri Sep 24 10:13:49 2010 +0200
+++ b/tests/test-subrepo-recursion.t	Fri Sep 24 12:00:55 2010 +0200
@@ -273,6 +273,9 @@
   comparing with */test-subrepo-recursion.t/repo/foo (glob)
   searching for changes
   no changes found
+  comparing with */test-subrepo-recursion.t/repo/foo/bar (glob)
+  searching for changes
+  no changes found
   [1]
 
 Make nested change:
@@ -306,6 +309,9 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     3-4-2
   
+  comparing with */test-subrepo-recursion.t/repo/foo/bar (glob)
+  searching for changes
+  no changes found
 
 Switch to original repo and setup default path:
 
@@ -332,6 +338,10 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     3-4-2
   
+  comparing with */test-subrepo-recursion.t/repo2/foo/bar (glob)
+  searching for changes
+  no changes found
+
   $ hg incoming -S --bundle incoming.hg
   abort: cannot combine --bundle and --subrepos
   [255]