]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
index 08710d1d10509960e1ebe31b1390a709ed794183..359a30adaf24e0a01bbdadfa299c5a3a77e4b4b0 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 = /usr/pkg/etc/openssl/certs/ca-certificates.crt
+cacerts = /etc/ssl/certs/ca-certificates.crt
 
 [diff]
 git = True
@@ -19,7 +23,9 @@ 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
+bm    = bookmark
+bms   = bookmarks
 
 [extensions]
 hgext.color=