comparison mercurial/help/config.txt @ 10998:2d4225faa61a

help: config.txt typo
author Matt Mackall <mpm@selenic.com>
date Mon, 26 Apr 2010 11:03:40 -0500
parents f91e5630ce7e
children 6a539853d4c0
comparison
equal deleted inserted replaced
10997:b3a1f535ce4f 10998:2d4225faa61a
27 27
28 [ui] 28 [ui]
29 username = Firstname Lastname <firstname.lastname@example.net> 29 username = Firstname Lastname <firstname.lastname@example.net>
30 verbose = True 30 verbose = True
31 31
32 This above entries will be referred to as ``ui.username`` and 32 The above entries will be referred to as ``ui.username`` and
33 ``ui.verbose``, respectively. Please see the hgrc man page for a full 33 ``ui.verbose``, respectively. Please see the hgrc man page for a full
34 description of the possible configuration values: 34 description of the possible configuration values:
35 35
36 - on Unix-like systems: ``man hgrc`` 36 - on Unix-like systems: ``man hgrc``
37 - online: http://www.selenic.com/mercurial/hgrc.5.html 37 - online: http://www.selenic.com/mercurial/hgrc.5.html