Mercurial > hg-onsub
annotate README @ 8:ecc4fd16555d
Add --max-depth option to limit depth of recursion.
author | Greg Ward <greg@gerg.ca> |
---|---|
date | Sun, 24 Apr 2011 11:09:36 -0400 |
parents | cd0c93eba765 |
children | ef52038b4459 |
rev | line source |
---|---|
2
cd0c93eba765
Trigger ReST rendering on Bitbucket.
Martin Geisler <mg@lazybytes.net>
parents:
1
diff
changeset
|
1 .. -*-restructuredtext-*- |
1 | 2 |
3 onsub extension | |
4 =============== | |
5 | |
6 This simple extension lets you execute a command in each | |
7 subrepository. This can be handy for quickly updating all | |
8 subrepositories:: | |
9 | |
10 $ hg onsub 'hg pull --update' | |
11 | |
12 Please send bug reports to the `Mercurial mailinglist`__. | |
13 | |
14 .. __: mailto:mercurial-devel@selenic.com |