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

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

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

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

D2130: py3: replace file() with open() in test-encoding.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 an encoding issue. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2130 To: pulkit, #hg-reviewers, y

D2130: py3: replace file() with open() in test-encoding.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/D2130 AFFECTED FILES tests/test-encoding.t CHANGE