##// END OF EJS Templates
py3: explicitly convert a list to bytes to pass in ui.debug...
py3: explicitly convert a list to bytes to pass in ui.debug Here pats is a list obviously. Since we can't pass unicodes to ui.debug, we have to pass this as bytes.
Pulkit Goyal -
r32308:e8569cc1 default
Show More