Show More
@@ -1028,7 +1028,7 b' def _exceptionwarning(ui):' | |||||
1028 | '** which supports versions %s of Mercurial.\n' |
|
1028 | '** which supports versions %s of Mercurial.\n' | |
1029 | '** Please disable %s and try your action again.\n' |
|
1029 | '** Please disable %s and try your action again.\n' | |
1030 | '** If that fixes the bug please report it to %s\n') |
|
1030 | '** If that fixes the bug please report it to %s\n') | |
1031 | % (name, testedwith, name, report)) |
|
1031 | % (name, testedwith, name, stringutil.forcebytestr(report))) | |
1032 | else: |
|
1032 | else: | |
1033 | bugtracker = ui.config('ui', 'supportcontact') |
|
1033 | bugtracker = ui.config('ui', 'supportcontact') | |
1034 | if bugtracker is None: |
|
1034 | if bugtracker is None: |
General Comments 0
You need to be logged in to leave comments.
Login now