Mercurial > hg
log
age | author | description |
---|---|---|
Wed, 16 Jan 2019 11:55:01 -0500 | Augie Fackler | fastannotate: fix isinstance checks to be against bytes instead of str |
Wed, 16 Jan 2019 11:33:43 -0500 | Augie Fackler | absorb: add a pycompat.bytestr() to fix --edit-lines functionality on Python 3 |
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 |