view hgrc/hgrc @ 42:6b831735c092

Added french keymap support.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 22 Nov 2011 22:48:52 -0800
parents 49e2c3db57d3
children 263d5383be8a
line wrap: on
line source

[ui]
username = Ludovic Chabant <ludovic@chabant.com>
editor = vim
commitsubrepos = False

[diff]
git=True

[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