]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
index 4c50244286e71397b0ea06a09c1bdb0b060d2415..fe5784753cc5b3a82a358f99f2fe4b79f415ff25 100644 (file)
@@ -1,7 +1,11 @@
 [defaults]
-pull = --rebase
 annotate = -n -l -u
+diff = --subrepos
 branches = -a
+commit = --subrepos
+in = --subrepos
+out = --subrepos
+pull = --rebase
 qseries = --summary
 revert = --no-backup
 
@@ -9,7 +13,7 @@ revert = --no-backup
 username = PHO <pho@cielonegro.org>
 
 [web]
-cacerts = /etc/ssl/certs/ca-certificates.crt
+#cacerts = /etc/ssl/certs/ca-certificates.crt
 
 [diff]
 git = True
@@ -19,7 +23,8 @@ egrep = !cd `$HG root`; nohup egrep --color=always -n -e $1 `$HG manifest` | les
 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    = !$HG __st `$HG root` --subrepos $HG_ARGS
+qst   = status --rev -2:.
 bm    = bookmark
 bms   = bookmarks
 
@@ -30,6 +35,7 @@ hgext.fetch=
 hgext.graphlog=
 hgext.mq=
 hgext.pager=
+hgext.purge=
 hgext.rebase=
 hgext.record=
 hgext.transplant=