Mercurial > dotfiles
view hgrc/hgrc @ 139:2e1f9a40a36a
Install Vimperator and Console2 settings on Windows.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 20 Oct 2013 20:57:50 -0400 |
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