Show More
@@ -1377,7 +1377,7 b' def debuginstall(ui):' | |||
|
1377 | 1377 | " file)\n")) |
|
1378 | 1378 | else: |
|
1379 | 1379 | ui.write(_(" Internal patcher failure, please report this error" |
|
1380 |
" to http://mercurial.selenic.com/ |
|
|
1380 | " to http://mercurial.selenic.com/wiki/BugTracker\n")) | |
|
1381 | 1381 | problems += patchproblems |
|
1382 | 1382 | |
|
1383 | 1383 | os.unlink(fa) |
@@ -169,10 +169,9 b' def _runcatch(ui, args):' | |||
|
169 | 169 | except socket.error, inst: |
|
170 | 170 | ui.warn(_("abort: %s\n") % inst.args[-1]) |
|
171 | 171 | except: |
|
172 |
ui.warn(_("** unknown exception encountered, |
|
|
173 | ui.warn(_("** report bug details to " | |
|
174 |
|
|
|
175 | ui.warn(_("** or mercurial@selenic.com\n")) | |
|
172 | ui.warn(_("** unknown exception encountered," | |
|
173 | " please report by visiting\n")) | |
|
174 | ui.warn(_("** http://mercurial.selenic.com/wiki/BugTracker\n")) | |
|
176 | 175 | ui.warn(_("** Python %s\n") % sys.version.replace('\n', '')) |
|
177 | 176 | ui.warn(_("** Mercurial Distributed SCM (version %s)\n") |
|
178 | 177 | % util.version()) |
General Comments 0
You need to be logged in to leave comments.
Login now