Mercurial > python-hglib
log
age | author | description |
---|---|---|
Wed, 25 Mar 2015 20:17:21 -0400 | Brett Cannon | hglib: make str(hglib.context.changectx) work with Python 3 (issue4520) |
Wed, 25 Mar 2015 20:15:54 -0400 | Brett Cannon | hglib: make sure hgclient.diff() works with bytes (issue4520) |
Fri, 20 Mar 2015 16:34:42 -0400 | Brett Cannon | hglib: don't try to use long under Python 3 (issue4520) |
Fri, 20 Mar 2015 16:32:53 -0400 | Brett Cannon | util: don't try to use itertools.izip under Python 3 (issue4520) |
Thu, 19 Mar 2015 17:42:46 -0400 | Brett Cannon | hglib: use strtobytes() (issue4520) |
Thu, 19 Mar 2015 17:42:26 -0400 | Brett Cannon | util: introduce strtobytes() (issue4520) |