diff doc/hgrc.5.txt @ 9697:59e5ae188440

hgrc.5: document ui.traceback setting
author Martin Geisler <mg@lazybytes.net>
date Mon, 02 Nov 2009 20:50:30 +0100
parents f53c549237ca
children 7f4a792e50eb
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