Mercurial > hg-stable
log
age | author | description |
---|---|---|
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 |
Sat, 24 Jun 2017 02:39:13 +0900 | FUJIWARA Katsunori | fetch: remove shorthand of --edit colliding against -e/-ssh in remoteopts (BC) |
Fri, 23 Jun 2017 17:15:53 +0200 | Rishabh Madan | releasenotes: improve parsing around bullet points |
Tue, 20 Jun 2017 17:18:20 -0700 | Sean Farley | bookmarks: factor method _printer out of for loop in printbookmarks |