tests/test-subrepo-relative-path.t
changeset 35400 4441705b7111
parent 34661 eb586ed5d8ce
child 35832 0c14b3f23294
--- a/tests/test-subrepo-relative-path.t	Sun Dec 10 22:45:35 2017 -0500
+++ b/tests/test-subrepo-relative-path.t	Sun Dec 10 22:50:57 2017 -0500
@@ -5,7 +5,7 @@
   $ hg init sub
   $ echo sub > sub/sub
   $ hg add -R sub
-  adding sub/sub (glob)
+  adding sub/sub
   $ 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 (glob)
-  adding main/main (glob)
+  adding main/.hgsub
+  adding main/main
   $ hg commit -R main -m "main import"
 
 Cleaning both repositories, just as a clone -U