# HG changeset patch # User Martin Geisler # Date 1283768410 -7200 # Node ID 0a9d6bf5874ecdf8b553f1fd8d7e55023e18fdd2 # Parent e49f3bbfec4d8b7d2a33026bbcf5f122932f0c0f Add small README. diff -r e49f3bbfec4d -r 0a9d6bf5874e README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Mon Sep 06 12:20:10 2010 +0200 @@ -0,0 +1,13 @@ + +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