From 408d80a314699c6b54a6c0c971e58377cf9ae5fd Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 11 Dec 2013 16:01:55 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_hgrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot-files/_hgrc b/dot-files/_hgrc index 24a308f..b59b3ba 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -21,8 +21,9 @@ git = True 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 -__st = status -st = !$HG __st `$HG root` $HG_ARGS +# __st = status +# st = !$HG __st `$HG root` $HG_ARGS +st = status bm = bookmark bms = bookmarks -- 2.40.0