view hgrc/hgrc @ 115:a3f756f0c95a

Added Jinja syntax highlighting in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 18 Sep 2012 21:13:39 -0700
parents 539d84664c27
children 3d9d58ad20e8
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 =
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