]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
index 96de54bbc01145f7d72c5287382eb51964486924..d88b2fabad5706e493cb0cd488049f296b5f8f0d 100644 (file)
@@ -1,13 +1,20 @@
 [defaults]
-pull = --rebase
 annotate = -n -l -u
+diff = --subrepos
 branches = -a
+commit = --subrepos
+in = --subrepos
+out = --subrepos
+pull = --rebase
 qseries = --summary
 revert = --no-backup
 
 [ui]
 username = PHO <pho@cielonegro.org>
 
+[web]
+#cacerts = /etc/ssl/certs/ca-certificates.crt
+
 [diff]
 git = True
 
@@ -16,7 +23,10 @@ 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
 
 [extensions]
 hgext.color=