From: PHO Date: Thu, 24 Sep 2015 01:28:02 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=0e42b84c0d493327315b70a5dbce85b2d54b2357 Auto commit by The Sugar System. --- diff --git a/dot-files/_hgrc b/dot-files/_hgrc index f5a275f..d622fe6 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -22,8 +22,8 @@ username = PHO git = True [alias] -egrep = !cd `$HG root`; nohup egrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen -fgrep = !cd `$HG root`; nohup fgrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen +egrep = !cd `$HG root`; nohup egrep --color=always -n -e '$1' `$HG manifest` | less -R --quit-if-one-screen +fgrep = !cd `$HG root`; nohup fgrep --color=always -n -e '$1' `$HG manifest` | less -R --quit-if-one-screen stash = shelve qpst = status --rev qparent:. qst = status --rev '.^1:.'