-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.hgrc
More file actions
37 lines (31 loc) · 731 Bytes
/
Copy path.hgrc
File metadata and controls
37 lines (31 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[ui]
username = Meredith Howard <mhoward@roomag.org>
merge = vimdiff3
logtemplate = "{logcust}"
[extensions]
evolve =
histedit =
rebase =
shelve =
topic =
[pager]
pager = LESS='FSRXi' less
[alias]
fetch = pull --rebase
rec = commit -i
record = commit -i
crecord = !hg commit -i --config ui.interface=curses
unrec = revert -iC
ctags = !~/bin/git-ctags
glog = log -G
draft = log -r 'reverse(not public())'
[merge-tools]
vimdiff3.executable = vim
vimdiff3.args = -f -d -M $local $base $other $output -c 'hid|hid|hid|set ma write'
vimdiff3.check = changed, conflicts
vimdiff3.premerge = keep-merge3
[diff]
git = true
showfunc = true
%include ~/.hgrc.logtemplates
%include ~/.hgrc.local