Mercurial > hg
log
age | author | description |
---|---|---|
Thu, 15 Jun 2017 13:23:21 -0700 | Martin von Zweigbergk | revlog: delete dead assignment in addgroup() |
Fri, 16 Jun 2017 03:01:22 +0530 | Pulkit Goyal | pycompat: move the queue related definitions below queue import |
Fri, 16 Jun 2017 02:48:17 +0530 | Pulkit Goyal | pycompat: move multiline comments above a function to function doc |
Fri, 16 Jun 2017 01:46:47 +0530 | Pulkit Goyal | py3: replace dict.iterkeys() with iter(dict) |
Fri, 16 Jun 2017 01:28:23 +0530 | Pulkit Goyal | py3: explicitly convert dict.values() to a list on py3 |
Fri, 16 Jun 2017 01:24:31 +0530 | Pulkit Goyal | py3: alias long to int and xrange to range in test-ancestor.py on Python 3 |
Fri, 16 Jun 2017 00:36:17 +0530 | Pulkit Goyal | py3: add a new bytesurl() to convert a str url into bytes |