view hgrc/hgrc @ 187:007d191d6d68

Updated Lawrencium.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 Jul 2014 21:43:32 -0700
parents 3d9d58ad20e8
children 5a898e1ffbe3
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 =
rebase =
convert =
extdiff =
schemes =
histedit =
graphlog =
progress =
parentrevspec =

[alias]
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