X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/ff5c36782f4c2dc1cf08b9501f3fd479f3889a28..a33fafdabb2ba491a412616aa169404cee56fa05:/mr diff --git a/mr b/mr index 3f04b5b..48c355c 100755 --- a/mr +++ b/mr @@ -22,6 +22,8 @@ B [options] diff B [options] log +B [options] run command [param ...] + B [options] bootstrap url [directory] B [options] register [repository] @@ -102,6 +104,10 @@ Show a diff of uncommitted changes. Show the commit log. +=item run command [param ...] + +Runs the specified command in each repository. + =back These commands are also available: @@ -1688,6 +1694,8 @@ darcs_log = darcs changes "$@" git_bare_log = git log "$@" fossil_log = fossil timeline "$@" +run = "$@" + svn_register = url=`LC_ALL=C svn info . | grep -i '^URL:' | cut -d ' ' -f 2` if [ -z "$url" ]; then