[PATCH] hgrc.5: document ui.traceback

Brodie Rao dackze at gmail.com
Mon Oct 26 13:49:28 CDT 2009


# HG changeset patch
# User Brodie Rao <me+hg at dackz.net>
# Date 1256582485 14400
# Node ID ea1265a354c74229e59d3721df00bb850fe39e6f
# Parent  20b91f91f9cadfc2de79e7a2ecc07302b05ebca1
hgrc.5: document ui.traceback

diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -805,6 +805,8 @@ merge-tools section.
 ``timeout``
     The timeout used when a lock is held (in seconds), a negative value
     means no timeout. Default is 600.
+``traceback``
+    Print tracebacks when exceptions occur. True or False. 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


More information about the Mercurial-devel mailing list