X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=ffe893f33b05bb2d6314dccb99c6189672f283ba;hb=40e71dcd45c5a226dd52e1e0e582700d35c2854f;hp=b45ff801e3809909041dcdeb7cd12b5b7f2b9df7;hpb=e6b7cb629e21c21dd43423158020810d40477204;p=sugar.git diff --git a/dot-files/_hgrc b/dot-files/_hgrc index b45ff80..ffe893f 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -1,15 +1,46 @@ [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 +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.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 +post-rollback = rm -f `hg root`/.hg/unpushed