D2131: py3: replace file() with open() in test-encoding-align.t

2018-02-12 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGaf9cb761b5f3: py3: replace file() with open() in test-encoding-align.t (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2131?vs

D2131: py3: replace file() with open() in test-encoding-align.t

2018-02-12 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 5480. pulkit edited the summary of this revision. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2131?vs=5394&id=5480 REVISION DETAIL https://phab.mercurial-scm.org/D2131 AFFECTED FILES tests/test-encoding-align.t

D2131: py3: replace file() with open() in test-encoding-align.t

2018-02-11 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added a comment. This revision now requires changes to proceed. Perhaps these open()s need 'b' because we're testing non-ascii strings. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2131 To: pulkit, #hg-reviewers, y

D2131: py3: replace file() with open() in test-encoding-align.t

2018-02-11 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY file() is not present in Python 3. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2131 AFFECTED FILES tests/test-encoding-align.t