From 3907683a397d068d22d1a86ed416f8710092439e Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Mon, 19 Aug 2013 09:57:39 +0900 Subject: [PATCH] Document the grep subcommand. --- mr | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.39.2