From: PHO <pho@cielonegro.org>
Date: Tue, 13 Dec 2011 09:16:45 +0000 (+0900)
Subject: Auto commit by The Sugar System.
X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=45d740c6f4a24bfd931cca20dcebd9f02a8a7244;p=sugar.git

Auto commit by The Sugar System.
---

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 <pho@cielonegro.org>
 [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