Mercurial > public > mercurial-scm > hg-stable
diff tests/test-mq-subrepo-svn.t @ 24471:1ff35d76421c
subrepo: add bailifchanged to centralize raising Abort if subrepo is dirty
This patch also centralizes composing dirty reason message like
"uncommitted changes in subrepository 'xxxx'".
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Wed, 25 Mar 2015 13:55:35 +0900 |
parents | e955549cd045 |
children | 048e41e9a6ac |
line wrap: on
line diff
--- a/tests/test-mq-subrepo-svn.t Wed Mar 25 13:55:32 2015 +0900 +++ b/tests/test-mq-subrepo-svn.t Wed Mar 25 13:55:35 2015 +0900 @@ -50,7 +50,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 ..