Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 24 Feb 2018 16:16:14 +0530 | Pulkit Goyal | py3: use '%d' for integers instead of '%s' |
Sat, 24 Feb 2018 17:49:10 -0600 | Kevin Bullock | merge with stable |
Sat, 24 Feb 2018 16:20:55 +0530 | Pulkit Goyal | py3: use '//' for integer division in hgweb/common.py |
Sat, 24 Feb 2018 16:20:15 +0530 | Pulkit Goyal | py3: use util.forcebytestr to convert error messages to bytes |
Sat, 24 Feb 2018 16:15:16 +0530 | Pulkit Goyal | py3: add b'' prefixes to config options in test/badserverext.py |
Sat, 24 Feb 2018 16:07:45 +0530 | Pulkit Goyal | py3: replace file() with open() |
Sat, 24 Feb 2018 16:06:21 +0530 | Pulkit Goyal | py3: make sure regexes are bytes |