D2128: py3: replace file() with open() in test-extdiff.t

2018-02-11 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGd83fc41dabf3: py3: replace file() with open() in test-extdiff.t (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2128: py3: replace file() with open() in test-extdiff.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