--- a/tests/test-nested-repo.t Sun Dec 10 22:45:35 2017 -0500
+++ b/tests/test-nested-repo.t Sun Dec 10 22:50:57 2017 -0500
@@ -14,16 +14,16 @@
Should fail:
$ hg st b/x
- abort: path 'b/x' is inside nested repo 'b' (glob)
+ abort: path 'b/x' is inside nested repo 'b'
[255]
$ hg add b/x
- abort: path 'b/x' is inside nested repo 'b' (glob)
+ abort: path 'b/x' is inside nested repo 'b'
[255]
Should fail:
$ hg add b b/x
- abort: path 'b/x' is inside nested repo 'b' (glob)
+ abort: path 'b/x' is inside nested repo 'b'
[255]
$ hg st
@@ -37,7 +37,7 @@
Should fail:
$ hg mv a b
- abort: path 'b/a' is inside nested repo 'b' (glob)
+ abort: path 'b/a' is inside nested repo 'b'
[255]
$ hg st