Mercurial > hg-stable
changeset 9697:59e5ae188440
hgrc.5: document ui.traceback setting
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Mon, 02 Nov 2009 20:50:30 +0100 |
parents | 8cce2c8a40b6 |
children | 3bbc6bc62809 |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Mon Nov 02 19:07:26 2009 +0100 +++ b/doc/hgrc.5.txt Mon Nov 02 20:50:30 2009 +0100 @@ -805,6 +805,11 @@ ``timeout`` The timeout used when a lock is held (in seconds), a negative value means no timeout. Default is 600. +``traceback`` + Mercurial always prints a traceback when an unknown exception + occurs. Setting this to True will make Mercurial print a traceback + on all exceptions, even those recognized by Mercurial (such as + IOError or MemoryError). Default is False. ``username`` The committer of a changeset created when running "commit". Typically a person's name and email address, e.g. "Fred Widget