From: PHO Date: Fri, 13 Dec 2013 03:05:29 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=dffa33128d38389eea3a9185292b570806cc9091;p=sugar.git Auto commit by The Sugar System. --- 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