--- a/tests/test-subrepo-recursion.t Sun Jul 09 02:55:46 2017 -0400
+++ b/tests/test-subrepo-recursion.t Sun Jul 09 16:13:30 2017 -0400
@@ -59,7 +59,7 @@
Commits:
$ hg commit -m fails
- abort: uncommitted changes in subrepository 'foo'
+ abort: uncommitted changes in subrepository "foo"
(use --subrepos for recursive commit)
[255]
@@ -495,7 +495,7 @@
$ echo f > foo/f
$ hg archive --subrepos -r tip archive
cloning subrepo foo from $TESTTMP/empty/foo
- abort: destination '$TESTTMP/almost-empty/foo' is not empty (in subrepo foo) (glob)
+ abort: destination '$TESTTMP/almost-empty/foo' is not empty (in subrepository "foo") (glob)
[255]
Clone and test outgoing: