-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.hgrc
53 lines (45 loc) · 1.04 KB
/
.hgrc
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
[alias]
select = crecord
[defaults]
log = -G
revert = --no-backup
shelve = --all
push = -r default
addremove = --similarity 100
pull = --update
[ui]
username = Benjamin Kudria <[email protected]>
style = compact
ignore = ~/.hgignore
editor = nano
[diff]
showfunc = True
[pager]
pager = LESS='FSRX' less
[extensions]
hgk =
color =
mq =
graphlog =
rebase =
record =
win32text =
zeroconf =
pager =
purge =
autopager = /home/bkudria/.hgext/autopager.py
crecord = /home/bkudria/.hgext/crecord/crecord
cutehg = /usr/local/lib/python2.6/dist-packages/cutehg/
hgshelve = /home/bkudria/.hgext/hgshelve/hgshelve.py
histedit = /home/bkudria/.hgext/histedit.py
localbranch = /home/bkudria/.hgext/localbranch.py
histedit = /home/bkudria/.hgext/histedit/
prompt = /home/bkudria/.hgext/hg-prompt/prompt.py
[alias]
ci = commit
[hgview]
fileaddedcolor = #006600
filedeletedcolor = #660000
filemodifiedcolor = #996600
fileremovedcolor = #6633500
users = ~/.hgusers