Mercurial > hg
log
age | author | description |
---|---|---|
Thu, 07 Mar 2019 10:10:04 -0800 | Gregory Szorc | packaging: establish hgpackaging package |
Sat, 09 Mar 2019 02:07:09 +0000 | Ian Moody | py3: use % instead of .format() on a bytestring |
Fri, 08 Mar 2019 22:26:43 +0000 | Ian Moody | py3: use r'' for group name arguments to MatchObjects in phabricator.py |
Sat, 09 Mar 2019 01:58:51 +0000 | Ian Moody | py3: use %d instead of %s when formatting an int into a byte string |
Sat, 09 Mar 2019 01:53:53 +0000 | Ian Moody | py3: only pass unicode to json.dumps in writediffproperties |
Sat, 09 Mar 2019 01:30:44 +0000 | Ian Moody | py3: fix a few "dict keys as str instead of bytes" issues in phabricator.py |
Sat, 09 Mar 2019 01:00:25 +0000 | Ian Moody | py3: convert URL to str before passing it to request |
Fri, 08 Mar 2019 23:45:12 +0000 | Ian Moody | py3: convert indexes into bytes when enumerating lists in urlencodenested |