From: Charles Plessy Date: Mon, 19 Aug 2013 00:57:39 +0000 (+0900) Subject: Document the grep subcommand. X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/3907683a397d068d22d1a86ed416f8710092439e?ds=sidebyside;hp=5003e25e63ac49173ce330ef23eab08e0d7e034d Document the grep subcommand. --- 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.