]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
index d68ec42031b2d64ae6512f2387491eb37a5bd369..fe5784753cc5b3a82a358f99f2fe4b79f415ff25 100644 (file)
@@ -8,13 +8,12 @@ out = --subrepos
 pull = --rebase
 qseries = --summary
 revert = --no-backup
-status = --subrepos
 
 [ui]
 username = PHO <pho@cielonegro.org>
 
 [web]
-cacerts = /etc/ssl/certs/ca-certificates.crt
+#cacerts = /etc/ssl/certs/ca-certificates.crt
 
 [diff]
 git = True
@@ -23,9 +22,9 @@ 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
+qst   = status --rev -2:.
 bm    = bookmark
 bms   = bookmarks
 
@@ -36,6 +35,7 @@ hgext.fetch=
 hgext.graphlog=
 hgext.mq=
 hgext.pager=
+hgext.purge=
 hgext.rebase=
 hgext.record=
 hgext.transplant=