X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=d622fe69e7f63cb8fbe8686a6541ae278271d490;hb=d9d8e039d3413deaa1f5cb4451599a9422c4daf7;hp=e77aec1e726b8778d76bb243b2956244d835ea48;hpb=da2bdb1ba95b983e126c7b56742602af01482122;p=sugar.git diff --git a/dot-files/_hgrc b/dot-files/_hgrc index e77aec1..d622fe6 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -1,18 +1,53 @@ +# -*- conf -*- + [defaults] -pull = -u annotate = -n -l -u +diff = --subrepos branches = -a -revert = --no-backup +commit = --subrepos +in = --subrepos +out = --subrepos +pull = --rebase +qseries = --summary +revert = --no-backup +status = --subrepos [ui] username = PHO +[web] +#cacerts = /etc/ssl/certs/ca-certificates.crt + +[diff] +git = True + +[alias] +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 +qpst = status --rev qparent:. +qst = status --rev '.^1:.' +bm = bookmark +bms = bookmarks + [extensions] -hgext.mq = -hgext.fetch = -hgext.graphlog = -#pager= -color= +hgext.color= +hgext.convert= +hgext.fetch= +hgext.graphlog= +hgext.mq= +hgext.pager= +hgext.purge= +hgext.rebase= +hgext.record= +hgext.shelve= +hgext.transplant= + +[pager] +attend = annotate, cat, diff, export, glog, grep, tags, qdiff + +[mq] +git = auto [hooks] commit = touch `hg root`/.hg/unpushed