D7185: py3: open chistedit file in binary mode using vfs

2019-11-01 Thread martinvonz (Martin von Zweigbergk)
Closed by commit rHG093b85e2db05: py3: open chistedit file in binary mode using vfs (authored by martinvonz). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7185?vs=17440=17461

D7185: py3: open chistedit file in binary mode using vfs

2019-11-01 Thread martinvonz (Martin von Zweigbergk)
martinvonz updated this revision to Diff 17440. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7185?vs=17432=17440 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7185/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7185 AFFECTED

D7185: py3: open chistedit file in binary mode using vfs

2019-10-31 Thread martinvonz (Martin von Zweigbergk)
martinvonz updated this revision to Diff 17432. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7185?vs=17424=17432 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7185/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7185 AFFECTED

D7185: py3: open chistedit file in binary mode using vfs

2019-10-31 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We write bytes to the file, so it should be open in binary mode. Opening it via the vfs takes care of that for us. Now