X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/7b7da101607d593caf9708aba7dbf84750c6b2c8..4497e4eec3380c3b82effda271f8cb3a19a90b16:/mr diff --git a/mr b/mr index 435fabb..bdf0c3c 100755 --- a/mr +++ b/mr @@ -24,6 +24,8 @@ B [options] diff B [options] log +B [options] grep pattern + B [options] run command [param ...] B [options] bootstrap url [directory] @@ -113,6 +115,11 @@ Show a diff of uncommitted changes. Show the commit log. +=item grep pattern + +Searches for a pattern in each repository using the grep subcommand. Uses +ack-grep on VCS that do not have their own. + =item run command [param ...] Runs the specified command in each repository.