Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 26 Mar 2017 16:53:28 -0700 | Jun Wu | repair: use ProgrammingError |
Sun, 26 Mar 2017 16:33:12 +0900 | Yuya Nishihara | py3: abuse r'' to preserve str-ness of literals passed to __setattr__() |
Sun, 26 Mar 2017 17:12:06 +0900 | Yuya Nishihara | py3: fix slicing of byte string in revlog.compress() |
Sun, 26 Mar 2017 16:31:01 +0900 | Yuya Nishihara | py3: use bytes() to cast to immutable bytes in changelog.appender.write() |
Sun, 26 Mar 2017 16:16:45 +0900 | Yuya Nishihara | py3: use bytes() to cast to immutable bytes in pure.bdiff.bdiff() |
Sun, 26 Mar 2017 16:14:04 +0900 | Yuya Nishihara | bdiff: drop support for array.array argument from pure.bdiff.bdiff() |
Sun, 26 Mar 2017 15:55:34 +0200 | Pierre-Yves David | histedit: test that an aborted histedit can be rerun (with obsolete) |