Mercurial > hg
changeset 20664:6ed183760e70
config: clarify and exemplify the user name in the sample config file
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Fri, 07 Mar 2014 14:29:26 -0500 |
parents | 19e9478c1a22 |
children | 945bc5497e6d |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Mar 06 17:26:49 2014 -0600 +++ b/mercurial/commands.py Fri Mar 07 14:29:26 2014 -0500 @@ -1494,7 +1494,8 @@ '# example config (see "hg help config" for more info)\n' '\n' '[ui]\n' - '# set this to your full email address\n' + '# name and email, e.g.\n' + '# username = Jane Doe <jdoe@example.com>\n' 'username =\n' '\n' '[extensions]\n'