doc/hgrc.5.txt
changeset 6862 7192876ac329
parent 6614 944a292d522a
child 7117 ceb8aef03aa7
--- a/doc/hgrc.5.txt	Sat Aug 02 23:45:10 2008 +0200
+++ b/doc/hgrc.5.txt	Wed Aug 06 15:10:05 2008 +0200
@@ -547,6 +547,12 @@
     (hashes for the repository base and for tip) in archives created by
     the hg archive command or downloaded via hgweb.
     Default is true.
+  askusername;;
+    Whether to prompt for a username when committing. If True, and
+    neither $HGUSER nor $EMAIL has been specified, then the user will
+    be prompted to enter a username.  If no username is entered, the
+    default USER@HOST is used instead.
+    Default is False.
   debug;;
     Print debugging information. True or False. Default is False.
   editor;;