diff -r f4f0e902b750 -r 1de6e7e1bb9f mercurial/dispatch.py --- a/mercurial/dispatch.py Wed Jun 24 13:42:34 2009 +0200 +++ b/mercurial/dispatch.py Wed Jun 24 15:32:37 2009 +0200 @@ -143,7 +143,7 @@ except: ui.warn(_("** unknown exception encountered, details follow\n")) ui.warn(_("** report bug details to " - "http://www.selenic.com/mercurial/bts\n")) + "http://mercurial.selenic.com/bts/\n")) ui.warn(_("** or mercurial@selenic.com\n")) ui.warn(_("** Mercurial Distributed SCM (version %s)\n") % util.version())