tests/test-subrepo-relative-path.t
changeset 15447 9910f60a37ee
parent 15446 c5c9ca3719f9
child 15581 d8fa35c28335
--- a/tests/test-subrepo-relative-path.t	Mon Nov 07 03:24:53 2011 +0100
+++ b/tests/test-subrepo-relative-path.t	Mon Nov 07 03:25:10 2011 +0100
@@ -5,7 +5,7 @@
   $ hg init sub
   $ echo sub > sub/sub
   $ hg add -R sub
-  adding sub/sub
+  adding sub/sub (glob)
   $ hg commit -R sub -m "sub import"
 
 Preparing the 'main' repo which depends on the subrepo 'sub'
@@ -17,8 +17,8 @@
   updating to branch default
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ hg add -R main
-  adding main/.hgsub
-  adding main/main
+  adding main/.hgsub (glob)
+  adding main/main (glob)
   $ hg commit -R main -m "main import"
   committing subrepository sub