-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hgrc
65 lines (52 loc) · 1.82 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
# example user config (see 'hg help config' for more info)
[ui]
username = kovas <[email protected]>
merge = vimdiff
# ssh = ssh -C # ssh compression for faster file transfer
# We recommend enabling tweakdefaults to get slight improvements to
# the UI over time. Make sure to set HGPLAIN in the environment when
# writing scripts!
# tweakdefaults = True
# uncomment to disable color in command output
# (see 'hg help color' for details)
# color = never
# uncomment to disable command output pagination
# (see 'hg help pager' for details)
# paginate = never
[google-change-tags]
default.markdown=true
default.bug=
[templatealias]
google_default_commit_description = 'What is this change doing?: TODO(kovas)\n\nWhy is this change necessary?: TODO(kovas)\n\nWhat state is this CL in (ready to go, draft, etc.)? If ready to go, make sure to do a separate review myself.'
google_commit_description_custom_footer = 'custom footer'
[commands]
# important for fig to work properly with vim plugins
status.relative = False
[merge-tools]
vimdiff.executable = nvim
vimdiff.args = -d $local $other
# meld.priority = 100
# meld.premerge = True
[trainingwheels]
prevent-update-noarg = False
[alias]
ua = uploadall
unbranch = !$HG uncommit --keep $1 ; $HG forget $1 ; $HG add $1 ; $HG amend $1
[experimental]
# makes it so that private revisions are prefixed with an "x", making revisions
# I am working on have more unique prefixes (less characters are needed to
# uniquely identify them)
# See https://groups.google.com/a/google.com/forum/#!searchin/fig-users/kovas%7Csort:date/fig-users/z7aUho8Re6k/K4NzsYrpCgAJ
revisions.prefixhexnode = True
[google]
show-export-client-info-in-sponge = True
[extensions]
figstatus = ~/fig_status.py
rebase =
[figstatus]
modified_str = m
added_str = a
deleted_str = d
unknown_str = u
unexported_str = l
obsolete_str = o