view hgrc/hgrc @ 280:6eb4ceca4d99

Ignore pyc files.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 27 Jan 2015 15:31:38 -0800
parents 53b522bf4cd4
children 92f460133b0c
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 =
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