mercurial - IS there a way to disallow pull while there are uncommited changes in a subrepository? -
i've had clean main repository uncommitted changes subrepository when executed hg pull --rebase
. i'm pretty sure time ago safe - there uncommitted changes, after 1 of mercurial updates stopped checking subrepos when pulling main repo. there way configure check subrepos clean before attempting pull main repo?
i think you'd have script precommit
hook. use non-standard onsub extension pretty quickly.
Comments
Post a Comment