##// END OF EJS Templates
mention the bts for bug reporting in traceback message
Benoit Boissinot -
r2625:70d65ca6 default
parent child Browse files
Show More
@@ -3499,7 +3499,9 b' def dispatch(args):'
3499 return inst.code
3499 return inst.code
3500 except:
3500 except:
3501 u.warn(_("** unknown exception encountered, details follow\n"))
3501 u.warn(_("** unknown exception encountered, details follow\n"))
3502 u.warn(_("** report bug details to mercurial@selenic.com\n"))
3502 u.warn(_("** report bug details to "
3503 "http://www.selenic.com/mercurial/bts\n"))
3504 u.warn(_("** or mercurial@selenic.com\n"))
3503 u.warn(_("** Mercurial Distributed SCM (version %s)\n")
3505 u.warn(_("** Mercurial Distributed SCM (version %s)\n")
3504 % version.get_version())
3506 % version.get_version())
3505 raise
3507 raise
General Comments 0
You need to be logged in to leave comments. Login now