From 513486d6a560251a783d1b5dce4609efcf454a76 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 7 Sep 2014 17:13:12 +0800 Subject: [PATCH] Add darcs grep command using ack-grep --- mr | 1 + 1 file changed, 1 insertion(+) 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 = "$@" -- 2.39.2