Line | |
---|
1 | # example user config (see 'hg help config' for more info)
|
---|
2 | [ui]
|
---|
3 | username = Mikhail Kirillov <w96k@runbox.com>
|
---|
4 |
|
---|
5 | # We recommend enabling tweakdefaults to get slight improvements to
|
---|
6 | # the UI over time. Make sure to set HGPLAIN in the environment when
|
---|
7 | # writing scripts!
|
---|
8 | tweakdefaults = True
|
---|
9 |
|
---|
10 | # uncomment to disable color in command output
|
---|
11 | # (see 'hg help color' for details)
|
---|
12 | # color = never
|
---|
13 |
|
---|
14 | # uncomment to disable command output pagination
|
---|
15 | # (see 'hg help pager' for details)
|
---|
16 | # paginate = never
|
---|
17 |
|
---|
18 | [extensions]
|
---|
19 | # uncomment the lines below to enable some popular extensions
|
---|
20 | # (see 'hg help extensions' for more info)
|
---|
21 | #
|
---|
22 | # histedit =
|
---|
23 | # rebase =
|
---|
24 | # uncommit =
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.