X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=f5a275f9c192151ff26eca342c92890343885851;hb=87575d102d48469869c70868f56114c3f7aa8494;hp=4c50244286e71397b0ea06a09c1bdb0b060d2415;hpb=1d997c515b184da6474a7e2021154738ef44fb66;p=sugar.git diff --git a/dot-files/_hgrc b/dot-files/_hgrc index 4c50244..f5a275f 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -1,15 +1,22 @@ +# -*- conf -*- + [defaults] -pull = --rebase annotate = -n -l -u +diff = --subrepos branches = -a -qseries = --summary -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 +#cacerts = /etc/ssl/certs/ca-certificates.crt [diff] git = True @@ -18,8 +25,8 @@ git = True 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 +qpst = status --rev qparent:. +qst = status --rev '.^1:.' bm = bookmark bms = bookmarks @@ -30,8 +37,10 @@ hgext.fetch= hgext.graphlog= hgext.mq= hgext.pager= +hgext.purge= hgext.rebase= hgext.record= +hgext.shelve= hgext.transplant= [pager]