source: dotfiles/cvs/.hgrc@ cdc5e23

Last change on this file since cdc5e23 was cdc5e23, checked in by Mikhail Kirillov <w96k@…>, on May 1, 2021 at 3:37:32 AM

Add basic mercurial configuration

  • Property mode set to 100644
File size: 652 bytes
Line 
1# example user config (see 'hg help config' for more info)
2[ui]
3username = Mikhail Kirillov <w96k@riseup.net>
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!
8tweakdefaults = 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.