.. -*-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.