Size: 572
Comment:
|
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