X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=ffe893f33b05bb2d6314dccb99c6189672f283ba;hb=40e71dcd45c5a226dd52e1e0e582700d35c2854f;hp=1c56777a9d9409176205fdaac2c9bd28159118f9;hpb=1636d616cc2cf4b1672a6ccbb08fa6b9c6e5c4e2;p=sugar.git diff --git a/dot-files/_hgrc b/dot-files/_hgrc index 1c56777..ffe893f 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -1,14 +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