tests/test-subrepo-deep-nested-change.t
changeset 23686 164915e8ef7b
parent 23540 f274d27f1994
child 23837 2b79d124a12f
--- a/tests/test-subrepo-deep-nested-change.t	Fri Nov 28 20:15:46 2014 -0500
+++ b/tests/test-subrepo-deep-nested-change.t	Thu Nov 27 10:16:56 2014 -0500
@@ -107,7 +107,7 @@
   $ mkdir sub1/sub2/folder
   $ echo 'subfolder' > sub1/sub2/folder/test.txt
   $ hg ci -ASm "add test.txt"
-  adding sub1/sub2/folder/test.txt (glob)
+  adding sub1/sub2/folder/test.txt
   committing subrepository sub1
   committing subrepository sub1/sub2 (glob)
 
@@ -162,10 +162,10 @@
   $ rm sub1/sub2/folder/test.txt
   $ rm sub1/sub2/test.txt
   $ hg ci -ASm "remove test.txt"
-  adding sub1/sub2/folder/bar (glob)
-  removing sub1/sub2/folder/test.txt (glob)
-  removing sub1/sub2/test.txt (glob)
-  adding sub1/foo (glob)
+  adding sub1/sub2/folder/bar
+  removing sub1/sub2/folder/test.txt
+  removing sub1/sub2/test.txt
+  adding sub1/foo
   adding foo/bar/abc
   committing subrepository sub1
   committing subrepository sub1/sub2 (glob)