Mercurial > hg-onsub
annotate README @ 1:0a9d6bf5874e
Add small README.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Mon, 06 Sep 2010 12:20:10 +0200 |
parents | |
children | cd0c93eba765 |
rev | line source |
---|---|
1 | 1 |
2 onsub extension | |
3 =============== | |
4 | |
5 This simple extension lets you execute a command in each | |
6 subrepository. This can be handy for quickly updating all | |
7 subrepositories:: | |
8 | |
9 $ hg onsub 'hg pull --update' | |
10 | |
11 Please send bug reports to the `Mercurial mailinglist`__. | |
12 | |
13 .. __: mailto:mercurial-devel@selenic.com |