Mercurial > index.cgi > dotfiles
comparison .hgrc @ 81:e2f98d3b4b5b
Removing hgsubversion from .hgrc - at least for now
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Mon, 22 Apr 2013 17:00:58 -0400 |
parents | 09b915fb36b8 |
children | c75fecccc3e5 |
comparison
equal
deleted
inserted
replaced
80:f77bb4bb6ed9 | 81:e2f98d3b4b5b |
---|---|
4 | 4 |
5 [extensions] | 5 [extensions] |
6 convert = | 6 convert = |
7 keyword = | 7 keyword = |
8 color = | 8 color = |
9 hgsubversion = | 9 # Until I find a nice way to get hgsubversion installed other places, this |
10 # one's out. Need to decide if I really need it too, I might not. | |
11 # hgsubversion = | |
10 | 12 |
11 [merge-tools] | 13 [merge-tools] |
12 vimdiff.executable = vim | 14 vimdiff.executable = vim |
13 vimdiff.args = -d $base $local $output $other -c "wincmd J" | 15 vimdiff.args = -d $base $local $output $other -c "wincmd J" |