35 lines
778 B
Plaintext
35 lines
778 B
Plaintext
|
# example user config (see 'hg help config' for more info)
|
||
|
[ui]
|
||
|
# name and email, e.g.
|
||
|
# username = Jane Doe <jdoe@example.com>
|
||
|
username = Kyle Isom <kyle@imap.cc>
|
||
|
editor = /usr/bin/mg
|
||
|
|
||
|
# 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
|
||
|
|
||
|
[extensions]
|
||
|
# uncomment the lines below to enable some popular extensions
|
||
|
# (see 'hg help extensions' for more info)
|
||
|
#
|
||
|
histedit =
|
||
|
rebase =
|
||
|
shelve =
|
||
|
uncommit =
|
||
|
hgext.mq=
|
||
|
hgext.patchbomb=
|
||
|
purge=
|
||
|
|
||
|
[diff]
|
||
|
git = True
|