Mercurial > hg-onsub
annotate README @ 11:4cb3f28590fd
tests compatible with Mercurial 2.1
author | jakob krainz <jakob@hawo-net.de> |
---|---|
date | Tue, 06 Mar 2012 12:22:06 +0100 |
parents | 97cc79ab4b3c |
children | 30bdbd5f6173 |
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 | |
9 | 15 |
16 | |
17 Sponsoring | |
18 ---------- | |
19 | |
20 This extension was written by `aragost Trifork`_ for a client. Feel | |
21 free to contact `aragost Trifork`_ to discuss any further improvements | |
22 to the extension. | |
23 | |
24 Contact | |
25 ------- | |
26 | |
27 Martin Geisler <mg@aragost.com> | |
28 | |
29 .. _aragost Trifork: http://aragost.com/mercurial/ | |
10
97cc79ab4b3c
Add license file and note to the README
Martin Geisler <mg@aragost.com>
parents:
9
diff
changeset
|
30 |
97cc79ab4b3c
Add license file and note to the README
Martin Geisler <mg@aragost.com>
parents:
9
diff
changeset
|
31 License |
97cc79ab4b3c
Add license file and note to the README
Martin Geisler <mg@aragost.com>
parents:
9
diff
changeset
|
32 ------- |
97cc79ab4b3c
Add license file and note to the README
Martin Geisler <mg@aragost.com>
parents:
9
diff
changeset
|
33 |
97cc79ab4b3c
Add license file and note to the README
Martin Geisler <mg@aragost.com>
parents:
9
diff
changeset
|
34 The extension is licensed under the GNU GPL version 2 or later. Please |
97cc79ab4b3c
Add license file and note to the README
Martin Geisler <mg@aragost.com>
parents:
9
diff
changeset
|
35 see the ``COPYING`` file for details. |