view .hgrc @ 80:f77bb4bb6ed9

Be quiet - nicer output when there's nothing new
author Steve Huston <huston@srhuston.net>
date Sun, 21 Apr 2013 21:20:20 -0400
parents 09b915fb36b8
children e2f98d3b4b5b
line wrap: on
line source

[ui]
username = Steve Huston <huston@srhuston.net>
merge = vimdiff

[extensions]
convert =
keyword =
color =
hgsubversion = 

[merge-tools]
vimdiff.executable = vim
vimdiff.args = -d $base $local $output $other -c "wincmd J"