-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhgrc
More file actions
69 lines (62 loc) · 1.72 KB
/
hgrc
File metadata and controls
69 lines (62 loc) · 1.72 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[ui]
username=Jon Duell <jon@jonduell.com>
ignore=/Users/jonduell/.hgignore
ssh = ssh -C
commitsubrepos = no
[extensions]
bookmarks =
hgext.bookmarks =
mercurial_keyring =
hgext.mq =
hgext.extdiff =
;hgsubversion =
rebase =
graphlog =
convert =
;hggit =
color =
progress =
hgext.record =
histedit = ~/.hgext/histedit/hg_histedit.py
transplant=
[extdiff]
cmd.vimdiff = /usr/local/bin/mvim
opts.vimdiff = -d -f '+next' '+execute "DirDiff" argv(0) argv(1)'
cmd.sourcetreediff=opendiff
opts.sourcetreediff=
[color]
status.modified = magenta bold
status.added = green bold
status.removed = red bold
status.deleted = cyan bold
status.unknown = blue bold
status.ignored = white bold
qseries.applied = blue bold underline
qseries.unapplied = white bold
qseries.missing = red bold
[web]
cacerts = /etc/hg-dummy-cert.pem
[merge-tools]
threesome.executable = mvim
threesome.args = -f $base $local $other $output -c 'ThreesomeInit'
threesome.premerge = keep
threesome.priority = 1
sourcetreemerge.gui=False
sourcetreebulkmerge.gui=False
sourcetreemerge.binary=False
sourcetreebulkmerge.executable=/Applications/SourceTree.app/Contents/Resources/hg-merge.sh
sourcetreemerge.args=$local $other -ancestor $base -merge $output
sourcetreemerge.checkconflicts=True
sourcetreemerge.premerge=True
sourcetreemerge.executable=/Applications/SourceTree.app/Contents/Resources/opendiff-w.sh
sourcetreebulkmerge.premerge=False
sourcetreebulkmerge.binary=True
[hooks]
post-push = hg log -l1 --template '{node|short}' | pbcopy
[alias]
pr = pull --rebase
pu = pull -u
lc = !$HG log -l1 --template '{node|short}' | pbcopy
clobber = revert --no-backup
static = !$HG archive -r $@ -t tgz ~/Downloads/ombu-$@.tar.gz
pacsun = !$HG archive -r $@ -t tgz ~/Downloads/ombu-pacsun-tshirt-$@.tar.gz