X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=d622fe69e7f63cb8fbe8686a6541ae278271d490;hb=176019f33f06ef45e85357dcd72a1b81a9c5a82d;hp=f5a275f9c192151ff26eca342c92890343885851;hpb=87575d102d48469869c70868f56114c3f7aa8494;p=sugar.git 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:.'