config: clarify and exemplify the user name in the sample config file
authorJordi Gutiérrez Hermoso <jordigh@octave.org>
Fri, 07 Mar 2014 14:29:26 -0500
changeset 20664 6ed183760e70
parent 20660 19e9478c1a22
child 20665 945bc5497e6d
config: clarify and exemplify the user name in the sample config file
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 <jdoe@example.com>\n'
                 'username =\n'
                 '\n'
                 '[extensions]\n'