-
Notifications
You must be signed in to change notification settings - Fork 58
/
.hgrc
23 lines (23 loc) · 822 Bytes
/
.hgrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[ui]
username = Jonas Devlieghere <jonas@devlieghere.com>
[diff]
git = 1
showfunc = 1
unified = 8
[extensions]
color =
rebase =
histedit =
mq =
[experimental]
clonebundles = true
[alias]
wip = log --graph --rev=wip --template=wip
[revsetalias]
wip = (parents(not public()) or not public() or . or (head() and branch(default))) and (not obsolete() or unstable()^) and not closed()
[templates]
wip = '{label("log.branch", branches)} {label("changeset.{phase}", rev)}{label("changeset.{phase}", ":")}{label("changeset.{phase}", short(node))} {label("grep.user", author|user)}{label("log.tag", if(tags," {tags}"))}{label("log.tag", if(fxheads," {fxheads}"))} {label("log.bookmark", if(bookmarks," {bookmarks}"))}\n{label(ifcontains(rev, revset("."), "desc.here"),desc|firstline)}'
[mqext]
mqcommit = auto
[defaults]
qnew = -U