D3218: py3: use print as a function in test-mq-qpush-fail.t

2018-04-11 Thread yuja (Yuya Nishihara)
yuja added a comment. Maybe you didn't add "\n". REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3218 To: pulkit, #hg-reviewers, yuja Cc: yuja, mercurial-devel ___ Mercurial-devel mailing list

D3218: py3: use print as a function in test-mq-qpush-fail.t

2018-04-10 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added a comment. This revision now requires changes to proceed. `print(nonascii)` may fail depending on the locale. We have to use `getattr(sys.stdout, 'buffer', sys.stdout)` or `pycompat.stdout`. REPOSITORY rHG Mercurial REVISION DETAIL