Mercurial > index.cgi > dotfiles
comparison .hgrc @ 88:21e0ab41e180
Adding the record extension - very useful!
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Fri, 03 May 2013 22:57:08 -0400 |
parents | a835f8c36e93 |
children | 1e15f715858e |
comparison
equal
deleted
inserted
replaced
87:a835f8c36e93 | 88:21e0ab41e180 |
---|---|
7 | 7 |
8 [extensions] | 8 [extensions] |
9 convert = | 9 convert = |
10 keyword = | 10 keyword = |
11 color = | 11 color = |
12 record = | |
12 | 13 |
13 [merge-tools] | 14 [merge-tools] |
14 vimdiff.executable = vim | 15 vimdiff.executable = vim |
15 vimdiff.args = -d $output $base $local $other -c "wincmd J" | 16 vimdiff.args = -d $output $base $local $other -c "wincmd J" |
16 | 17 |