From ff51c48f0fab8af15b5673eafa8a496201f098b1 Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 18 Dec 2014 16:24:46 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_hgrc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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 -- 2.40.0