mention the bts for bug reporting in traceback message
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Sun, 16 Jul 2006 00:02:05 +0200
changeset 2625 70d65ca6d893
parent 2624 46e52bbb9b1a
child 2626 f84e166eb0de
mention the bts for bug reporting in traceback message
mercurial/commands.py
--- a/mercurial/commands.py	Sun Jul 16 00:01:41 2006 +0200
+++ b/mercurial/commands.py	Sun Jul 16 00:02:05 2006 +0200
@@ -3499,7 +3499,9 @@
         return inst.code
     except:
         u.warn(_("** unknown exception encountered, details follow\n"))
-        u.warn(_("** report bug details to mercurial@selenic.com\n"))
+        u.warn(_("** report bug details to "
+                 "http://www.selenic.com/mercurial/bts\n"))
+        u.warn(_("** or mercurial@selenic.com\n"))
         u.warn(_("** Mercurial Distributed SCM (version %s)\n")
                % version.get_version())
         raise