Mercurial > public > mercurial-scm > hg
diff tests/test-largefiles-misc.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 | 0ce2cbebd749 |
children | 9e4f82bc2b0b |
line wrap: on
line diff
--- a/tests/test-largefiles-misc.t Sun Jul 09 02:55:46 2017 -0400 +++ b/tests/test-largefiles-misc.t Sun Jul 09 16:13:30 2017 -0400 @@ -270,7 +270,7 @@ update: (current) phases: 3 draft $ hg ci -m "this commit should fail without -S" - abort: uncommitted changes in subrepository 'subrepo' + abort: uncommitted changes in subrepository "subrepo" (use --subrepos for recursive commit) [255]