X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=08710d1d10509960e1ebe31b1390a709ed794183;hb=7246a92b4b020420c986b738bacf1cdb13f55bac;hp=e77aec1e726b8778d76bb243b2956244d835ea48;hpb=da2bdb1ba95b983e126c7b56742602af01482122;p=sugar.git diff --git a/dot-files/_hgrc b/dot-files/_hgrc index e77aec1..08710d1 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -1,18 +1,42 @@ [defaults] -pull = -u +pull = --rebase annotate = -n -l -u branches = -a +qseries = --summary revert = --no-backup [ui] username = PHO +[web] +cacerts = /usr/pkg/etc/openssl/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 +__st = status +st = !$HG __st `$HG root` $HG_ARGS + [extensions] -hgext.mq = -hgext.fetch = -hgext.graphlog = -#pager= -color= +hgext.color= +hgext.convert= +hgext.fetch= +hgext.graphlog= +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