Mercurial > hg-stable
log
age | author | description |
---|---|---|
Wed, 16 Jan 2019 11:03:04 -0500 | Augie Fackler | remotefilelog: fix some bytes/str portability issues for Python 3 |
Wed, 16 Jan 2019 11:02:20 -0500 | Augie Fackler | shallowutil: fsdecode the bytes group name before passing to os |
Wed, 16 Jan 2019 11:01:45 -0500 | Augie Fackler | shallowutil: slice off a byte instead of subscripting |
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 |