-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhgrc
72 lines (61 loc) · 1.87 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
%include ~/.hgsecrets
[ui]
username = Chris AtLee <[email protected]>
tweakdefaults = true
interface = curses
#traceback = true
[diff]
git = 1
unified = 8
showfunc = 1
[extensions]
mq =
purge =
rebase =
share =
#mkpatch = /home/catlee/projects/dotfiles/mkpatch.py
histedit =
transplant =
firefoxtree = /home/catlee/.mozbuild/version-control-tools/hgext/firefoxtree
push-to-try = /home/catlee/.mozbuild/version-control-tools/hgext/push-to-try
#mqext = /home/catlee/.mozbuild/version-control-tools/hgext/mqext
#qimportbz = /home/catlee/.mozbuild/version-control-tools/hgext/qimportbz
mozext = ~/.mozbuild/version-control-tools/hgext/mozext
fsmonitor =
shelve =
show =
phabricator =
#mozphab = ~/.mozbuild/phab/mozphab.py
evolve = /home/catlee/.mozbuild/evolve/hgext3rd/evolve
blackbox =
record =
[phabricator]
url = https://phabricator.services.mozilla.com/
callsign = MOZILLACENTRAL
[mozilla]
ircnick = catlee
[paths]
review = ssh://reviewboard-hg.mozilla.org/autoreview
[mqext]
mqcommit = auto
[defaults]
qnew = -U
[revsetalias]
wip = (parents(not public()) or not public() or . or (head() and branch(default))) and (not obsolete() or orphan()^) and not closed() and not (fxheads() - date(-90))
[templates]
wip = '{label("wip.branch", if(branches,"{branches} "))}{label(ifeq(graphnode,"x","wip.obsolete","wip.{phase}"),"{rev}:{node|short}")}{label("wip.user", " {author|user}")}{label("wip.tags", if(tags," {tags}"))}{label("wip.tags", if(fxheads," {fxheads}"))}{if(bookmarks," ")}{label("wip.bookmarks", if(bookmarks,bookmarks))}{label(ifcontains(rev, revset("parents()"), "wip.here"), " {desc|firstline}")}'
[alias]
wip = log --graph --rev=wip --template=wip
[color]
wip.bookmarks = yellow underline
wip.branch = yellow
wip.draft = green
wip.here = red
wip.obsolete = none
wip.public = blue
wip.tags = yellow
wip.user = magenta
[experimental]
graphshorten = true
[pager]
ignore = status