##// END OF EJS Templates
py3: convert the report to bytes...
Pulkit Goyal -
r38045:5046c906 default
parent child Browse files
Show More
@@ -1028,7 +1028,7 b' def _exceptionwarning(ui):'
1028 1028 '** which supports versions %s of Mercurial.\n'
1029 1029 '** Please disable %s and try your action again.\n'
1030 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 1032 else:
1033 1033 bugtracker = ui.config('ui', 'supportcontact')
1034 1034 if bugtracker is None:
General Comments 0
You need to be logged in to leave comments. Login now