How do I get changes to propagate to all subrepos in Mercurial?
Posted
by CoreyD
on Stack Overflow
See other posts from Stack Overflow
or by CoreyD
Published on 2010-04-16T16:25:34Z
Indexed on
2010/04/16
16:33 UTC
Read the original article
Hit count: 219
I have recently switched from Subversion to Mercurial for source control and in doing so have split up one repository into several. I used subrepos to manage the dependencies between repositories. The problem is that pull is not suprepo aware so I have to go into each subrepo and pull changes in order to update a repository. Is there a better way to do this?
© Stack Overflow or respective owner