]> git.phdru.name Git - dotfiles.git/blob - .hgrc
Set LESS_TERMCAP_* for light and dark backgrounds
[dotfiles.git] / .hgrc
1 [alias]
2 l5 = log -l 5
3
4 [extensions]
5 fetch =
6 graphlog =
7 pager =
8 record =
9 transplant =
10
11 [pager]
12 pager = less -FRSXgimq
13 attend = annotate, cat, diff, export, glog, help, log, l5, qdiff, showconfig
14 ignore = update, version
15
16 [ui]
17 merge = vimdiff
18
19 #[merge-tools]
20 #vimdiff3.executable = vim
21 # Don't forget to add -f for gvim
22 # 3 way diffs
23 #vimdiff3.args = -d "$output" "$local" "$base" "$other" -c "wincmd J"