bib2html.py: Add incollection bibtype
[shutils.git] / dotfiles / hg / hgrc
1 [ui]
2 username = First Last <me@example.com>
3 merge = gvimdiff
4 editor = vim
5 ssh = ssh -C
6
7 [merge-tools]
8 splice.executable = gvim
9 splice.args = -f $base $local $other $output -c 'SpliceInit'
10 splice.premerge = keep
11 splice.priority = 1
12
13 [web]
14 cacerts =
15
16 [auth]
17
18 [hostfingerprints]
19
20 [extensions]
21 color =
22 pager =
23 transplant =
24 rebase =
25 hgext.mq =
26 hgext.patchbomb =
27 graphlog =
28 hgext.extdiff =
29 fetch =
30 hgext.hgshelve = ~/.hgext/hgshelve.py
31
32 [pager]
33 pager = LESS='FSRX' less
34 #quiet = True
35 #attend = diff,status,log,glog
36
37 [diff]
38 git = True
39
40 [extdiff]
41 # if cwdiff is in your path, otherwise set to wherever you've installed cwdiff
42 cmd.wdiff = cwdiff
43 #add --no-color below, if you dislike colors!
44 opts.wdiff = --diff --ab
45
46