Mercurial > hg-onsub
annotate README @ 19:30bdbd5f6173
Add instructions for running the tests
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Thu, 12 Apr 2012 10:33:30 +0200 |
parents | 97cc79ab4b3c |
children |
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 |
19
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
16 Testing |
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
17 ------- |
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
18 |
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
19 To test the extension you need a source installation of Mercurial. If |
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
20 the root of the Mercurial installation is ``$HGROOT``, then run:: |
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
21 |
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
22 $ $HGROOT/tests/run-tests.py |
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
23 .. |
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
24 # Ran 2 tests, 0 skipped, 0 failed. |
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
25 |
30bdbd5f6173
Add instructions for running the tests
Martin Geisler <mg@aragost.com>
parents:
10
diff
changeset
|
26 inside this directory to execute the two tests. |
9 | 27 |
28 Sponsoring | |
29 ---------- | |
30 | |
31 This extension was written by `aragost Trifork`_ for a client. Feel | |
32 free to contact `aragost Trifork`_ to discuss any further improvements | |
33 to the extension. | |
34 | |
35 Contact | |
36 ------- | |
37 | |
38 Martin Geisler <mg@aragost.com> | |
39 | |
40 .. _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
|
41 |
97cc79ab4b3c
Add license file and note to the README
Martin Geisler <mg@aragost.com>
parents:
9
diff
changeset
|
42 License |
97cc79ab4b3c
Add license file and note to the README
Martin Geisler <mg@aragost.com>
parents:
9
diff
changeset
|
43 ------- |
97cc79ab4b3c
Add license file and note to the README
Martin Geisler <mg@aragost.com>
parents:
9
diff
changeset
|
44 |
97cc79ab4b3c
Add license file and note to the README
Martin Geisler <mg@aragost.com>
parents:
9
diff
changeset
|
45 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
|
46 see the ``COPYING`` file for details. |