Differences between revisions 2 and 3
Revision 2 as of 2011-01-20 07:41:34
Size: 572
Comment:
Revision 3 as of 2011-01-20 13:23:46
Size: 573
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: http://bitbucket.org/mg/onsub/ Download site: https://bitbucket.org/mg/onsub/

onsub

This extension is not distributed with Mercurial.

Author: Martin Geisler

Download site: https://bitbucket.org/mg/onsub/

Overview

The onsub extension will traverse all subrepositories and execute a command in each.

This can be used to update all subrepositories with one command:

$ hg onsub "hg pull -u"

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
onsub = path/to/onsub/onsub.py


CategoryExtension CategoryExtensionsByOthers

OnsubExtension (last edited 2017-08-09 07:52:12 by SimonHeimberg)