Mercurial > hg
log
age | author | description |
---|---|---|
Thu, 22 Jun 2017 03:24:12 +0530 | Pulkit Goyal | py3: use r'' to prevent conversion to bytes by transformer |
Thu, 22 Jun 2017 03:22:30 +0530 | Pulkit Goyal | py3: define __bytes__ for basefilectx class |
Thu, 22 Jun 2017 03:20:11 +0530 | Pulkit Goyal | py3: check for bytes instead of str in isinstance |
Thu, 22 Jun 2017 03:16:16 +0530 | Pulkit Goyal | py3: convert kwargs' keys' to str using pycompat.strkwargs() |
Thu, 22 Jun 2017 03:10:24 +0530 | Pulkit Goyal | py3: convert kwargs keys' back to bytes using pycompat.byteskwargs() |
Thu, 22 Jun 2017 01:29:07 +0530 | Pulkit Goyal | py3: use "%d" % val for int rather than pycompat.bytestr |
Fri, 23 Jun 2017 10:59:05 -0700 | Adam Simpkins | extensions: call afterloaded() with loaded=False for disabled extensions |