D3528: tests: port test-simplekeyvaluefile.py to Python 3

Yuya Nishihara yuya at tcha.org
Fri May 11 08:03:10 EDT 2018


> -            scmutil.simplekeyvaluefile(self.vfs, 'kvfile').write(d)
> +            scmutil.simplekeyvaluefile(self.vfs, 'bkvfile').write(d)

Fixed as `b'kvfile'` in flight.


More information about the Mercurial-devel mailing list