Mercurial > dotfiles
changeset 37:49e2c3db57d3
More extensions. Added optional local hgrc.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 16:17:14 -0800 |
parents | 8d4bf339f159 |
children | 0e3a40d90a59 |
files | hgrc/hgrc |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgrc/hgrc Tue Nov 22 12:15:53 2011 -0800 +++ b/hgrc/hgrc Tue Nov 22 16:17:14 2011 -0800 @@ -9,17 +9,33 @@ [extensions] mq = color = +purge = +fetch = record = convert = extdiff = +schemes = graphlog = +progress = +parentrevspec = [alias] clog = glog --limit 10 --style compact +[progress] +delay = 1 + +[schemes] +bb+ssh = ssh://hg@bitbucket.org/ +gh+ssh = git+ssh://git@github.com/ + [extdiff] cmd.sbsdiff = diff opts.sbsdiff = -N -b --side-by-side --width=90 +# OS-specific settings %include hgrc-${OS} +# Local settings (if any) +%include hgrc-local +