log

age author description
Sat, 19 May 2018 18:58:35 +0530 Pulkit Goyal py3: use `except error as e` instead of `except error, e`
Sat, 19 May 2018 18:56:00 +0530 Pulkit Goyal py3: use pycompat.fsencode() to convert tempfile name to bytes
Sat, 19 May 2018 18:55:30 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-parseindex.t
Sat, 19 May 2018 18:52:56 +0530 Pulkit Goyal py3: fix .write() calls in few tests
Sat, 19 May 2018 18:51:14 +0530 Pulkit Goyal py3: bytestr() bytes to get bytechar while iterating on it
Sat, 19 May 2018 18:49:07 +0530 Pulkit Goyal py3: slice over bytes to prevent getting the ascii values
Sat, 19 May 2018 18:48:26 +0530 Pulkit Goyal py3: use utils.stringutil.forcebytestr to convert error to bytes