X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=c22ba8df8c32f5629589714234f2655c6df7d8d7;hb=f56623a5639cd0996f6d70a43f71707c81172e80;hp=b97721312bb3d75a5a651277422cd1b273585d6c;hpb=45d740c6f4a24bfd931cca20dcebd9f02a8a7244;p=sugar.git diff --git a/dot-files/_hgrc b/dot-files/_hgrc index b977213..c22ba8d 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -1,32 +1,54 @@ +# -*- 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 = !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 +qpst = status --rev qparent:. +qst = status --rev '.^1:.' +bm = bookmark +bms = bookmarks [extensions] hgext.color= hgext.convert= hgext.fetch= hgext.graphlog= -hgext.hgshelve= +hgext.largefiles= hgext.mq= hgext.pager= +hgext.purge= +hgext.rebase= hgext.record= +hgext.shelve= hgext.transplant= [pager] -attend = annotate, cat, diff, export, glog, grep, qdiff +attend = annotate, cat, diff, export, glog, grep, tags, qdiff + +[mq] +git = auto [hooks] commit = touch `hg root`/.hg/unpushed