Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 17 Jun 2017 17:16:28 +0530 | Pulkit Goyal | py3: use open() instead of file() constructor |
Sat, 17 Jun 2017 15:29:26 +0530 | Pulkit Goyal | py3: convert keys of kwargs back to bytes using pycompat.byteskwargs() |
Sat, 17 Jun 2017 15:05:11 +0530 | Pulkit Goyal | py3: use pycompat.strkwargs() to convert kwargs keys to str before passing |
Sat, 17 Jun 2017 14:53:25 +0530 | Pulkit Goyal | py3: use '%d' instead of '%s' for integers |