Mercurial > public > mercurial-scm > hg-stable
diff tests/test-mq-subrepo-svn.t @ 33365:6d88468d435b
subrepo: make the output references to subrepositories consistent
Well, mostly. The annotation on subrepo functions tacks on a parenthetical to
the abort message, which seems reasonable for a generic mechanism. But now all
messages consistently spell out 'subrepository', and double quote the name of
the repo. I noticed the inconsistency in the change for the last commit.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 09 Jul 2017 16:13:30 -0400 |
parents | 048e41e9a6ac |
children | 846942fd6d15 |
line wrap: on
line diff
--- a/tests/test-mq-subrepo-svn.t Sun Jul 09 02:55:46 2017 -0400 +++ b/tests/test-mq-subrepo-svn.t Sun Jul 09 16:13:30 2017 -0400 @@ -47,7 +47,7 @@ $ cd .. $ hg status -S # doesn't show status for svn subrepos (yet) $ hg qnew -m1 1.diff - abort: uncommitted changes in subrepository 'sub' + abort: uncommitted changes in subrepository "sub" [255] $ cd ..