X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=4cd884fb732be6dfcc674bd38a2d065b19d29b40;hb=93f74e9a1a644a1a964c553c58cf7a69580cb4b3;hp=08710d1d10509960e1ebe31b1390a709ed794183;hpb=1792c7fa120ab1bc2e55131e63b56ac5736fa9c1;p=sugar.git diff --git a/dot-files/_hgrc b/dot-files/_hgrc index 08710d1..4cd884f 100644 --- a/dot-files/_hgrc +++ b/dot-files/_hgrc @@ -1,7 +1,11 @@ [defaults] -pull = --rebase annotate = -n -l -u +diff = --subrepos branches = -a +commit = --subrepos +in = --subrepos +out = --subrepos +pull = --rebase qseries = --summary revert = --no-backup @@ -9,7 +13,7 @@ revert = --no-backup username = PHO [web] -cacerts = /usr/pkg/etc/openssl/certs/ca-certificates.crt +cacerts = /etc/ssl/certs/ca-certificates.crt [diff] git = True @@ -19,7 +23,10 @@ egrep = !cd `$HG root`; nohup egrep --color=always -n -e $1 `$HG manifest` | les 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 = !$HG __st `$HG root` --subrepos $HG_ARGS +qst = status --rev -2:. +bm = bookmark +bms = bookmarks [extensions] hgext.color=