view hgrc/hgrc @ 255:6afb75039a25

Add Mercurial's changeset evolution extension.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 06 Jan 2015 23:21:53 -0800
parents 6ffd70b454da
children 53b522bf4cd4
line wrap: on
line source

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

[diff]
git=True

[extensions]
mq =
color =
purge =
fetch =
shelve =
record =
rebase =
shelve =
evolve =
convert =
extdiff =
schemes =
histedit =
graphlog =
progress =
parentrevspec =

[alias]
slog = log --limit 10 --style=../lib/hg/mercurial-cli-templates/map-cmdline.slog
nlog = log --limit 10 --style=../lib/hg/mercurial-cli-templates/map-cmdline.nlog
sglog = glog --limit 10 --style=../lib/hg/mercurial-cli-templates/map-cmdline.sglog
clog = glog --limit 10 --template "{rev} {branches} {bookmarks} {tags}    {node|short}    {date|shortdate}    {author|user}\n{desc}\n\n"

[progress]
delay = 1

[schemes]
bb+ssh = ssh://hg@bitbucket.org/
bb+me = ssh://hg@bitbucket.org/ludovicchabant/
gh+ssh = git+ssh://git@github.com:{1}/{2}.git
gh+me = git+ssh://git@github.com:ludovicchabant/{1}.git

[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