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