D2126: py3: replace file() with open() in test-import-bypass.t

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

D2126: py3: replace file() with open() in test-import-bypass.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. This patch also adds a b'' prefix to make sure we write bytes in Python 3. REPOSITORY rHG Mercurial REVISION DETAIL https:/