X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=c22ba8df8c32f5629589714234f2655c6df7d8d7;hb=HEAD;hp=b59b3ba28dff06ffc74b4da76c74b00b9faa7499;hpb=408d80a314699c6b54a6c0c971e58377cf9ae5fd;p=sugar.git diff --git a/dot-files/_hgrc b/dot-files/_hgrc index b59b3ba..c22ba8d 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 -pull = --rebase -qseries = --summary -revert = --no-backup -status = --subrepos +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` $HG_ARGS -st = status +qpst = status --rev qparent:. +qst = status --rev '.^1:.' bm = bookmark bms = bookmarks @@ -32,10 +35,13 @@ hgext.color= hgext.convert= hgext.fetch= hgext.graphlog= +hgext.largefiles= hgext.mq= hgext.pager= +hgext.purge= hgext.rebase= hgext.record= +hgext.shelve= hgext.transplant= [pager]