X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_hgrc;h=359a30adaf24e0a01bbdadfa299c5a3a77e4b4b0;hb=dffa33128d38389eea3a9185292b570806cc9091;hp=4c50244286e71397b0ea06a09c1bdb0b060d2415;hpb=1d997c515b184da6474a7e2021154738ef44fb66;p=sugar.git diff --git a/dot-files/_hgrc b/dot-files/_hgrc index 4c50244..359a30a 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 @@ -19,7 +23,7 @@ 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 bm = bookmark bms = bookmarks