--- a/mercurial/commands.py Mon Oct 25 10:07:54 2010 -0500
+++ b/mercurial/commands.py Mon Oct 25 13:06:37 2010 -0500
@@ -1377,7 +1377,7 @@
" file)\n"))
else:
ui.write(_(" Internal patcher failure, please report this error"
- " to http://mercurial.selenic.com/bts/\n"))
+ " to http://mercurial.selenic.com/wiki/BugTracker\n"))
problems += patchproblems
os.unlink(fa)
--- a/mercurial/dispatch.py Mon Oct 25 10:07:54 2010 -0500
+++ b/mercurial/dispatch.py Mon Oct 25 13:06:37 2010 -0500
@@ -169,10 +169,9 @@
except socket.error, inst:
ui.warn(_("abort: %s\n") % inst.args[-1])
except:
- ui.warn(_("** unknown exception encountered, details follow\n"))
- ui.warn(_("** report bug details to "
- "http://mercurial.selenic.com/bts/\n"))
- ui.warn(_("** or mercurial@selenic.com\n"))
+ ui.warn(_("** unknown exception encountered,"
+ " please report by visiting\n"))
+ ui.warn(_("** http://mercurial.selenic.com/wiki/BugTracker\n"))
ui.warn(_("** Python %s\n") % sys.version.replace('\n', ''))
ui.warn(_("** Mercurial Distributed SCM (version %s)\n")
% util.version())