Mon, 26 Jun 2017 23:57:49 +0530 |
Pulkit Goyal |
py3: pass the memoryview object into bytes() to get the value
|
Mon, 26 Jun 2017 17:23:10 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr instead of str
|
Mon, 26 Jun 2017 17:22:45 +0530 |
Pulkit Goyal |
py3: use '%d' to convert integers to bytes
|
Sun, 25 Jun 2017 08:36:51 +0530 |
Pulkit Goyal |
py3: slice over bytes to prevent getting it's ascii value
|
Tue, 27 Jun 2017 00:23:32 +0530 |
Pulkit Goyal |
py3: use pycompat.strkwargs() to convert kwargs keys to str
|
Tue, 27 Jun 2017 00:15:56 +0530 |
Pulkit Goyal |
py3: use r'' to prevent the addition of b'' by transformer
|
Tue, 27 Jun 2017 00:20:55 +0530 |
Pulkit Goyal |
py3: use pycompat.byteskwargs() to convert kwargs' keys to bytes
|
Tue, 27 Jun 2017 02:24:38 +0900 |
FUJIWARA Katsunori |
tests: use cgienv to minimize environment setup at hgweb tests
|
Tue, 27 Jun 2017 02:24:37 +0900 |
FUJIWARA Katsunori |
tests: avoid test failure for mangling path-like string by MSYS
|
Sun, 25 Jun 2017 08:20:05 +0530 |
Pulkit Goyal |
py3: make sure commands name are bytes in tests
|
Sun, 25 Jun 2017 03:11:55 +0530 |
Pulkit Goyal |
py3: add b'' to make the regex pattern bytes
|
Mon, 26 Jun 2017 17:20:46 +0530 |
Pulkit Goyal |
py3: use hex() to convert the hash to bytes
|
Sat, 24 Jun 2017 19:57:50 +0530 |
Pulkit Goyal |
py3: add b'' to make a triple quoted string bytes on Python 3
|
Sat, 24 Jun 2017 19:55:41 +0530 |
Pulkit Goyal |
py3: add tests to show `hg bookmarks` and `hg branches` work on Python 3
|