Mercurial > hg-stable
log
age | author | description |
---|---|---|
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 |