Mercurial > hg
log
age | author | description |
---|---|---|
Fri, 15 Jun 2018 22:16:58 +0900 | Yuya Nishihara | manifest: fix possible SEGV caused by uninitialized lazymanifest fields stable |
Fri, 15 Jun 2018 10:14:32 -0400 | Augie Fackler | tests: replace `echo -n` with `printf` per check-code stable |
Thu, 14 Jun 2018 14:04:26 -0700 | Jun Wu | crecord: fix line number in hunk header (issue5917) stable |
Sat, 16 Jun 2018 19:31:07 +0900 | Yuya Nishihara | py3: ditch email.parser.BytesParser which appears to be plain crap |
Sat, 16 Jun 2018 17:56:37 +0900 | Yuya Nishihara | py3: remove b'' from error message of disallowed filename |
Sat, 16 Jun 2018 17:54:29 +0900 | Yuya Nishihara | py3: remove b'' from output of test-eol.t |
Sat, 16 Jun 2018 17:53:51 +0900 | Yuya Nishihara | py3: replace s[-1] with s.endswith() in eol handling |