X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=d622fe69e7f63cb8fbe8686a6541ae278271d490;hb=09859e74f465199b8c9bfcd6efda3cec01d26e8d;hp=359a30adaf24e0a01bbdadfa299c5a3a77e4b4b0;hpb=dffa33128d38389eea3a9185292b570806cc9091;p=sugar.git diff --git a/dot-files/_hgrc b/dot-files/_hgrc index 359a30a..d622fe6 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -1,29 +1,32 @@ +# -*- conf -*- + [defaults] annotate = -n -l -u -diff = --subrepos +diff = --subrepos branches = -a -commit = --subrepos -in = --subrepos -out = --subrepos -pull = --rebase -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 [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 +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` --subrepos $HG_ARGS +qpst = status --rev qparent:. +qst = status --rev '.^1:.' bm = bookmark bms = bookmarks @@ -34,8 +37,10 @@ hgext.fetch= hgext.graphlog= hgext.mq= hgext.pager= +hgext.purge= hgext.rebase= hgext.record= +hgext.shelve= hgext.transplant= [pager]