log hglib/util.py @ 200:7da1dad166b5

age author description
Sat, 11 Nov 2017 19:52:48 +0900 Yuya Nishihara util: make cmdbuilder() robust for faulty parsing of early options
Wed, 19 Oct 2016 00:05:47 +0900 Yuya Nishihara util: drop mutable default from popen() 2.3
Fri, 27 Mar 2015 12:57:58 -0400 Brett Cannon util: update doctests to work with bytes (issue4520)
Fri, 27 Mar 2015 10:45:26 -0400 Brett Cannon util: make cmdbuilder work 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:26 -0400 Brett Cannon util: introduce strtobytes() (issue4520)