# HG changeset patch # User Thomas Arendsen Hein # Date 1169744271 -3600 # Node ID a8a8ecf909db17bcbbbc4eb36c7e70f622b0d09a # Parent 78a0dd93db0b9f4d7cfaeb9f29c49a618b9ab758 Adjust documentation for 78a0dd93db0b (empty username to force specifying it) diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt --- a/doc/hgrc.5.txt +++ b/doc/hgrc.5.txt @@ -439,6 +439,9 @@ ui:: The committer of a changeset created when running "commit". Typically a person's name and email address, e.g. "Fred Widget ". Default is $EMAIL or username@hostname. + If the username in hgrc is empty, it has to be specified manually or + in a different hgrc file (e.g. $HOME/.hgrc, if the admin set "username =" + in the system hgrc). verbose;; Increase the amount of output printed. True or False. Default is False.