Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 04 Mar 2018 15:24:45 -0500 | Yuya Nishihara | py3: use startswith() instead of slicing to detect leading whitespace |
Sun, 04 Mar 2018 16:06:47 -0500 | Augie Fackler | archival: use py3 friendly replacements for chr() and long() |
Sun, 04 Mar 2018 16:06:27 -0500 | Augie Fackler | archival: ensure file mode for gzipfile is sysstr |
Sun, 04 Mar 2018 16:06:10 -0500 | Augie Fackler | archival: fix a missing r'' on a kwargs check |
Sun, 04 Mar 2018 16:05:44 -0500 | Augie Fackler | py3: more passing tests (ten this time) |
Sun, 04 Mar 2018 15:55:55 -0500 | Augie Fackler | util: fix unsafe url abort with bytestr() on url |
Sun, 04 Mar 2018 15:16:42 -0500 | Matt Harbison | xdiff: fix builds on Windows |