Mercurial > public > mercurial-scm > hg-stable
diff tests/test-mq-subrepo.t @ 14898:95ced9f5bf29 stable
subrepo: don't commit in subrepo if it's clean
If a subrepo has changed relative to the outer repo's substate, but the
subrepo itself is clean, we don't need to commit in the subrepo.
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Tue, 19 Jul 2011 13:43:53 -0500 |
parents | d0be955f358c |
children | e174353e8cda |
line wrap: on
line diff
--- a/tests/test-mq-subrepo.t Mon Jul 18 22:58:21 2011 +0200 +++ b/tests/test-mq-subrepo.t Tue Jul 19 13:43:53 2011 -0500 @@ -348,3 +348,14 @@ % debugsub should be empty $ cd .. + + +correctly handle subrepos with patch queues + $ mkrepo repo-subrepo-with-queue + $ mksubrepo sub + adding a + $ hg -R sub qnew sub0.diff + $ echo sub = sub >> .hgsub + $ hg add .hgsub + $ hg qnew 0.diff + committing subrepository sub