mercurial/dispatch.py
changeset 8936 1de6e7e1bb9f
parent 8916 3df8dbf706b0
child 9410 1c83938b6a8e
child 9470 ba75830d17a9
--- 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())