From 45d740c6f4a24bfd931cca20dcebd9f02a8a7244 Mon Sep 17 00:00:00 2001 From: PHO Date: Tue, 13 Dec 2011 18:16:45 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_hgrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dot-files/_hgrc b/dot-files/_hgrc index 3fc18c7..b977213 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -10,6 +10,10 @@ username = PHO [diff] git = True +[alias] +egrep = !nohup egrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen +fgrep = !nohup fgrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen + [extensions] hgext.color= hgext.convert= @@ -22,7 +26,7 @@ hgext.record= hgext.transplant= [pager] -attend = annotate, cat, diff, export, glog, qdiff +attend = annotate, cat, diff, export, glog, grep, qdiff [hooks] commit = touch `hg root`/.hg/unpushed -- 2.40.0