]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
index 96de54bbc01145f7d72c5287382eb51964486924..d68ec42031b2d64ae6512f2387491eb37a5bd369 100644 (file)
@@ -1,13 +1,21 @@
 [defaults]
-pull = --rebase
 annotate = -n -l -u
+diff = --subrepos
 branches = -a
+commit = --subrepos
+in = --subrepos
+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
+
 [diff]
 git = True
 
@@ -15,8 +23,11 @@ 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
+# st    = !$HG __st `$HG root` $HG_ARGS
+st    = status --subrepos
+bm    = bookmark
+bms   = bookmarks
 
 [extensions]
 hgext.color=