comparison doc/hgrc.5.txt @ 6862:7192876ac329

ui: add an option to prompt for the username when it isn't provided When ui.askusername is set and not username are specified on the command line, in hgrc or in the variables $HGUSER or $EMAIL, then hg will prompt for the username. Feature requested, and documentation provided by Mark Edgington.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 06 Aug 2008 15:10:05 +0200
parents 944a292d522a
children ceb8aef03aa7
comparison
equal deleted inserted replaced
6861:0b6f2fa5e03f 6862:7192876ac329
545 archivemeta;; 545 archivemeta;;
546 Whether to include the .hg_archival.txt file containing metadata 546 Whether to include the .hg_archival.txt file containing metadata
547 (hashes for the repository base and for tip) in archives created by 547 (hashes for the repository base and for tip) in archives created by
548 the hg archive command or downloaded via hgweb. 548 the hg archive command or downloaded via hgweb.
549 Default is true. 549 Default is true.
550 askusername;;
551 Whether to prompt for a username when committing. If True, and
552 neither $HGUSER nor $EMAIL has been specified, then the user will
553 be prompted to enter a username. If no username is entered, the
554 default USER@HOST is used instead.
555 Default is False.
550 debug;; 556 debug;;
551 Print debugging information. True or False. Default is False. 557 Print debugging information. True or False. Default is False.
552 editor;; 558 editor;;
553 The editor to use during a commit. Default is $EDITOR or "vi". 559 The editor to use during a commit. Default is $EDITOR or "vi".
554 fallbackencoding;; 560 fallbackencoding;;