From: Paul Wise Date: Sun, 7 Sep 2014 09:13:12 +0000 (+0800) Subject: Add darcs grep command using ack-grep X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/513486d6a560251a783d1b5dce4609efcf454a76 Add darcs grep command using ack-grep --- diff --git a/mr b/mr index d8a27b2..18e8761 100755 --- a/mr +++ b/mr @@ -2087,6 +2087,7 @@ svn_grep = ack-grep "$@" git_svn_grep = git grep "$@" git_grep = git grep "$@" bzr_grep = ack-grep "$@" +darcs_grep = ack-grep "$@" run = "$@"