Mercurial > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
3465:2d35a8d2b32d | 3466:8b55c0ba8048 |
---|---|
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 or username@hostname, unless | 404 <fred@example.com>". Default is $EMAIL. If no default is found, |
405 username is set to an empty string, which enforces specifying the | 405 the username have to be specified manually. |
406 username manually. | |
407 verbose;; | 406 verbose;; |
408 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. |
409 | 408 |
410 | 409 |
411 web:: | 410 web:: |