hgrc.5: document ui.traceback setting
authorMartin Geisler <mg@lazybytes.net>
Mon, 02 Nov 2009 20:50:30 +0100
changeset 9697 59e5ae188440
parent 9696 8cce2c8a40b6
child 9698 3bbc6bc62809
hgrc.5: document ui.traceback setting
doc/hgrc.5.txt
--- 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