Mercurial > hg-stable
changeset 12831:4d657b524be8 stable
traceback: point to BugTracker on the wiki
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 25 Oct 2010 13:06:37 -0500 |
parents | d8205dacf9a3 |
children | 6137c5bba4d0 |
files | mercurial/commands.py mercurial/dispatch.py |
diffstat | 2 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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())