-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgrc
47 lines (39 loc) · 1.09 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
[ui]
username = Stan. S. Krupoderov <[email protected]>
#merge = emacs-merge
#ignore = ~/.hgignore
[hooks]
#changegroup = hgpull-diffstat
[defaults]
#branches = -a
view = -l 20
[extensions]
#hgext.alias=
hgext.patchbomb=
hgext.transplant=
hgext.mq=
hgext.parentrevspec=
hgext.convert=
hgext.graphlog=
hgext.color=
hgext.fetch=
hgext.churn=
hgext.pager=!
hgext.purge=
hgext.hgk=
hgext.record=
hgext.children=
#hgext.highlight=
#hgext.qct=
hgext.inotify=!
#hgext.bookmarks=
#localbranch=/home/piranha/dev/hgext/localbranch/localbranch.py
#ipatchbomb=/home/piranha/dev/hgext/ipatchbomb.py
[diff]
git = 1
[alias]
slog = log --template '{date|shortdate} [{rev}:{node|short}] {author|person}: {desc|firstline}\n' -l 10
sin = incoming --template '{date|shortdate} [{rev}:{node|short}] {author|person}: {desc|firstline}\n'
sout = outgoing --template '{date|shortdate} [{rev}:{node|short}] {author|person}: {desc|firstline}\n'
sheads = heads --template '{date|shortdate} [{rev}:{node|short}] {author|person}: {desc|firstline}\n'
sglog = glog --template '[{rev}:{node|short}] by {author|person} \n{desc|fill68}\n\n'