From: PHO Date: Thu, 18 Dec 2014 07:24:46 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=ff51c48f0fab8af15b5673eafa8a496201f098b1;hp=3af9245971edb851e5d02dac43f837cfe58762fd;p=sugar.git Auto commit by The Sugar System. --- diff --git a/dot-files/_hgrc b/dot-files/_hgrc index fe57847..c16d2e5 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -1,13 +1,16 @@ +# -*- conf -*- + [defaults] annotate = -n -l -u -diff = --subrepos +diff = --subrepos branches = -a -commit = --subrepos -in = --subrepos -out = --subrepos -pull = --rebase -qseries = --summary -revert = --no-backup +commit = --subrepos +in = --subrepos +out = --subrepos +pull = --rebase +qseries = --summary +revert = --no-backup +status = --subrepos [ui] username = PHO @@ -22,9 +25,7 @@ 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` --subrepos $HG_ARGS -qst = status --rev -2:. +qst = status --rev qparent:. bm = bookmark bms = bookmarks