From 82833107ba7eeef9b9d64df64c445826211ad747 Mon Sep 17 00:00:00 2001
From: PHO <pho@cielonegro.org>
Date: Thu, 8 Nov 2012 15:26:43 +0900
Subject: [PATCH] Auto commit by The Sugar System.

---
 dot-files/_hgrc | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dot-files/_hgrc b/dot-files/_hgrc
index 606a93e..96de54b 100644
--- a/dot-files/_hgrc
+++ b/dot-files/_hgrc
@@ -1,7 +1,8 @@
 [defaults]
-pull = -u
+pull = --rebase
 annotate = -n -l -u
 branches = -a
+qseries = --summary
 revert = --no-backup
 
 [ui]
@@ -11,8 +12,8 @@ username = PHO <pho@cielonegro.org>
 git = True
 
 [alias]
-egrep = !nohup egrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
-fgrep = !nohup fgrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
+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
@@ -22,15 +23,18 @@ hgext.color=
 hgext.convert=
 hgext.fetch=
 hgext.graphlog=
-hgext.hgshelve=
 hgext.mq=
 hgext.pager=
+hgext.rebase=
 hgext.record=
 hgext.transplant=
 
 [pager]
 attend = annotate, cat, diff, export, glog, grep, tags, qdiff
 
+[mq]
+git = auto
+
 [hooks]
 commit        = touch `hg root`/.hg/unpushed
 post-push     = rm -f `hg root`/.hg/unpushed
-- 
2.40.0