Mercurial > hg-onsub
view README @ 21:003eee5497e0
* Hotfixed onsub for use with mercurial 4.1+
author | Matthias Muenzner <matthias.muenzner@jkaref.com> |
---|---|
date | Mon, 08 May 2017 20:03:41 +0200 |
parents | 30bdbd5f6173 |
children |
line wrap: on
line source
.. -*-restructuredtext-*- onsub extension =============== This simple extension lets you execute a command in each subrepository. This can be handy for quickly updating all subrepositories:: $ hg onsub 'hg pull --update' Please send bug reports to the `Mercurial mailinglist`__. .. __: mailto:mercurial-devel@selenic.com Testing ------- To test the extension you need a source installation of Mercurial. If the root of the Mercurial installation is ``$HGROOT``, then run:: $ $HGROOT/tests/run-tests.py .. # Ran 2 tests, 0 skipped, 0 failed. inside this directory to execute the two tests. Sponsoring ---------- This extension was written by `aragost Trifork`_ for a client. Feel free to contact `aragost Trifork`_ to discuss any further improvements to the extension. Contact ------- Martin Geisler <mg@aragost.com> .. _aragost Trifork: http://aragost.com/mercurial/ License ------- The extension is licensed under the GNU GPL version 2 or later. Please see the ``COPYING`` file for details.