-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.hgrc
34 lines (29 loc) · 819 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
24
25
26
27
28
29
30
31
32
33
34
[ui]
username = Kevin Le Brun <[email protected]>
;style = compact
verbose = True
ignore = ~/.hgignore
merge = internal:merge
[alias]
untrack = rm -Af
latest = log -l 10 --template '\x1B[0;33m{node|short}\x1B[0m|\x1B[0m{date|shortdate}|\x1B[0;36m{author|person}|\x1B[0m{desc|firstline} \x1B[1;31m{branches}\x1B[0m \x1B[1;33m{tags}\x1B[0m\n'
nlog = log --style=$SMILE/hg/map-cmdline.nlog
dlog = log --style=$SMILE/hg/map-cmdline.dlog
slog = log --style=$SMILE/hg/map-cmdline.slog
sglog = glog --style=$SMILE/hg/map-cmdline.sglog
mybugs = log -u [email protected] --template '{date|isodate}: {desc}\n'
lastweek = mybugs --date "-7"
[extensions]
convert =
color =
graphlog =
pager =
churn =
mq =
record =
prompt = ~/.hg_prompt/prompt.py
bookmarks =
[bookmarks]
track.current = True
[pager]
pager = LESS='FSRX' less