diff mercurial/dispatch.py @ 8936:1de6e7e1bb9f

change wiki/bts URLs to point to new hostname
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 15:32:37 +0200
parents 3df8dbf706b0
children 1c83938b6a8e ba75830d17a9
line wrap: on
line diff
--- 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())