]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_hgrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _hgrc
index ba7491474e5f8acc13bfe6b04cccba76b4fce08a..4cd884fb732be6dfcc674bd38a2d065b19d29b40 100644 (file)
@@ -1,33 +1,50 @@
 [defaults]
-pull = -u
 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
 
 [alias]
-egrep = !nohup egrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
-fgrep = !nohup fgrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen
+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` --subrepos $HG_ARGS
+qst   = status --rev -2:.
+bm    = bookmark
+bms   = bookmarks
 
 [extensions]
 hgext.color=
 hgext.convert=
 hgext.fetch=
 hgext.graphlog=
-hgext.hgshelve=
 hgext.mq=
 hgext.pager=
+hgext.rebase=
 hgext.record=
 hgext.transplant=
 
 [pager]
 attend = annotate, cat, diff, export, glog, grep, tags, qdiff
 
+[mq]
+git = auto
+
 [hooks]
 commit        = touch `hg root`/.hg/unpushed
 post-push     = rm -f `hg root`/.hg/unpushed