hg diff --subrepos

Mats Lidell matsl at xemacs.org
Fri Dec 23 15:37:47 EST 2011


>>>>> Jerry James <james at xemacs.org> writes:

> Is there some way of doing a pull on all subrepos?  (I can't see one
> in the help text.)

There is an extension, onsub. 

    http://mercurial.selenic.com/wiki/OnsubExtension

It's more or less just a way to run a command on all subrepos. So
pulling in all subrepos is done like this.

    hg onsub "hg pull -u"

I use it in the package smoketest to ge the latest versions off all
subrepos.

Yours
-- 
%% Mats



More information about the XEmacs-Beta mailing list