Mercurial > hg
diff doc/hgrc.5.txt @ 3466:8b55c0ba8048
makes username mandatory
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Wed, 18 Oct 2006 22:24:03 +0200 |
parents | 09e8aecd8016 |
children | c3345b0f2fcd |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Wed Oct 18 10:37:34 2006 -0700 +++ b/doc/hgrc.5.txt Wed Oct 18 22:24:03 2006 +0200 @@ -401,9 +401,8 @@ username;; The committer of a changeset created when running "commit". Typically a person's name and email address, e.g. "Fred Widget - <fred@example.com>". Default is $EMAIL or username@hostname, unless - username is set to an empty string, which enforces specifying the - username manually. + <fred@example.com>". Default is $EMAIL. If no default is found, + the username have to be specified manually. verbose;; Increase the amount of output printed. True or False. Default is False.