comparison doc/hgrc.5.txt @ 3484:c3345b0f2fcd

Commit username: Better error message, abort on empty name, fix documentation.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 23 Oct 2006 14:56:51 +0200
parents 8b55c0ba8048
children 3b07e223534b
comparison
equal deleted inserted replaced
3483:8f02223662c8 3484:c3345b0f2fcd
399 The timeout used when a lock is held (in seconds), a negative value 399 The timeout used when a lock is held (in seconds), a negative value
400 means no timeout. Default is 600. 400 means no timeout. Default is 600.
401 username;; 401 username;;
402 The committer of a changeset created when running "commit". 402 The committer of a changeset created when running "commit".
403 Typically a person's name and email address, e.g. "Fred Widget 403 Typically a person's name and email address, e.g. "Fred Widget
404 <fred@example.com>". Default is $EMAIL. If no default is found, 404 <fred@example.com>". Default is $EMAIL. If no default is found, or the
405 the username have to be specified manually. 405 configured username is empty, it has to be specified manually.
406 verbose;; 406 verbose;;
407 Increase the amount of output printed. True or False. Default is False. 407 Increase the amount of output printed. True or False. Default is False.
408 408
409 409
410 web:: 410 web::