Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 12 Mar 2017 03:33:22 -0400 | Augie Fackler | util: teach url object about __bytes__ |
Sun, 12 Mar 2017 03:31:54 -0400 | Augie Fackler | manifest: ensure paths are bytes (not str) in pure parser |
Sun, 12 Mar 2017 03:30:15 -0400 | Augie Fackler | manifest: now that node.bin is available, use it directly |
Sun, 12 Mar 2017 03:29:48 -0400 | Augie Fackler | manifest: use node.bin instead of .decode('hex') |
Sun, 12 Mar 2017 00:43:20 -0500 | Augie Fackler | manifest: add __next__ methods for Python 3 |
Sun, 12 Mar 2017 00:51:00 -0500 | Augie Fackler | files: use native string type to load rev opt from dict |
Sun, 12 Mar 2017 00:50:44 -0500 | Augie Fackler | store: fix many single-byte ops to use slicing in _auxencode |