# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1394220566 18000 # Node ID 6ed183760e70e711c65515004958c73dbd043cc2 # Parent 19e9478c1a2245b6b5b4b2882efee5261d7df963 config: clarify and exemplify the user name in the sample config file diff -r 19e9478c1a22 -r 6ed183760e70 mercurial/commands.py --- 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 \n' 'username =\n' '\n' '[extensions]\n'