From 63cc1657697ffe52c6959375bf545455a0c2ba84 Mon Sep 17 00:00:00 2001
From: PHO <pho@cielonegro.org>
Date: Wed, 28 Jan 2015 12:44:48 +0900
Subject: [PATCH] Auto commit by The Sugar System.

---
 dot-files/_hgrc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dot-files/_hgrc b/dot-files/_hgrc
index c16d2e5..1dce021 100644
--- a/dot-files/_hgrc
+++ b/dot-files/_hgrc
@@ -25,7 +25,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
-qst   = status --rev qparent:.
+qpst  = status --rev qparent:.
+qst   = status --rev '.^1:.'
 bm    = bookmark
 bms   = bookmarks
 
-- 
2.40.0