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