Mercurial > hg-stable
log
age | author | description |
---|---|---|
Wed, 16 Jan 2019 11:01:16 -0500 | Augie Fackler | remotefilelog: check against bytes type instead of buffer and coerce to bytes |
Wed, 16 Jan 2019 11:00:10 -0500 | Augie Fackler | remotefilelog: use list comprehension instead of filter for py3 portability |
Wed, 16 Jan 2019 10:59:32 -0500 | Augie Fackler | tests: fix up uses of xrange in remotefilelog tests for py3 |
Wed, 16 Jan 2019 10:59:09 -0500 | Augie Fackler | tests: add missing b prefixes in remotefilelog-getflogheads.py |
Wed, 16 Jan 2019 10:58:31 -0500 | Augie Fackler | tests: make python oneliner portable to python 3 in remotefilelog test |
Wed, 16 Jan 2019 10:58:09 -0500 | Augie Fackler | remotefilelog: implement __bool__ as well as __nonzero__ for py3 |
Wed, 16 Jan 2019 10:57:38 -0500 | Augie Fackler | remotefilelog: fix logging in retry decorator |