From dffa33128d38389eea3a9185292b570806cc9091 Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 13 Dec 2013 12:05:29 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_hgrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dot-files/_hgrc b/dot-files/_hgrc index d68ec42..359a30a 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -8,7 +8,6 @@ out = --subrepos pull = --rebase qseries = --summary revert = --no-backup -status = --subrepos [ui] username = PHO @@ -23,9 +22,8 @@ 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 --subrepos +__st = status +st = !$HG __st `$HG root` --subrepos $HG_ARGS bm = bookmark bms = bookmarks -- 2.40.0