log

age author description
Mon, 30 Apr 2018 22:13:42 -0400 Augie Fackler mpatch: introduce a safeadd() helper to work around UB int overflow stable
Sat, 28 Apr 2018 10:09:12 -0400 Augie Fackler mpatch: ensure fragment start isn't past the end of orig (SEC) stable
Sat, 28 Apr 2018 02:04:56 -0400 Augie Fackler mpatch: protect against underflow in mpatch_apply (SEC) stable
Sat, 28 Apr 2018 00:42:16 -0400 Augie Fackler mpatch: be more careful about parsing binary patch data (SEC) stable
Wed, 06 Jun 2018 09:14:33 -0700 Gregory Szorc zstandard: pull in bug fixes from upstream 0.9.1 release (issue5884) stable
Wed, 06 Jun 2018 21:19:42 +0800 Anton Shestakov templatefuncs: only render text portion of minirst.format() result stable
Wed, 06 Jun 2018 21:15:26 +0800 Anton Shestakov tests: demonstrate that hgweb renders "pruned" that minirst.format() returns stable
Tue, 05 Jun 2018 23:49:54 -0400 Matt Harbison rebase: avoid RevlogError when computing obsoletenotrebased (issue5907) stable
Sat, 02 Jun 2018 13:44:44 -0400 Matt Harbison rebase: prioritize indicating an interrupted rebase over update (issue5838) stable
Sat, 02 Jun 2018 13:25:45 -0400 Matt Harbison tests: demonstrate inconsistent messaging around interrupted rebases stable
Thu, 31 May 2018 22:15:52 -0400 Matt Harbison tests: adapt test-check-pylint to run on Windows stable
Thu, 31 May 2018 22:11:47 -0400 Matt Harbison hghave: avoid a deadlock reading the child process's output stable
Thu, 31 May 2018 09:19:09 -0400 Matt Harbison lfs: bypass wrapped functions when reposetup() hasn't been called (issue5902) stable
Sat, 26 May 2018 11:33:02 +0900 Yuya Nishihara revlog: disallow setting uncompressed length to None
Sat, 26 May 2018 11:31:51 +0900 Yuya Nishihara unionrepo: fill in uncompressed length of revlog entry
Sun, 29 Apr 2018 19:48:16 -0400 Augie Fackler fuzz: add clean target
Mon, 30 Apr 2018 22:02:07 -0400 Augie Fackler fuzzutil: make it possible to use absl when C++17 isn't supported
Sat, 28 Apr 2018 22:18:50 -0400 Augie Fackler fuzz: extract some common utilities and use modern C++ idioms
Sat, 28 Apr 2018 22:13:33 -0400 Augie Fackler tests: update fuzzer tests to include both fuzzers
Thu, 24 May 2018 12:19:50 +0200 Denis Laxalde transaction-summary: show phase changes statistics in pull/unbundle
Mon, 28 May 2018 01:36:34 -0400 Matt Harbison outgoing: pay attention to `default:pushurl` for bookmarks and subrepos
Sat, 21 Apr 2018 17:27:57 +0200 Paul Morelle revlog: make chainbase cache its result for the correct revision
Wed, 07 Mar 2018 11:10:22 +0100 Paul Morelle revlog: make getcandidaterevs more consistent about updating tested revs set
Mon, 26 Mar 2018 10:49:01 -0700 Martin von Zweigbergk templatekw: make getrenamed() return only filename, not nodeid
Sat, 26 May 2018 12:38:07 +0900 Yuya Nishihara py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.name
Sat, 26 May 2018 12:20:36 +0900 Yuya Nishihara py3: wrap tempfile.mkdtemp() to use bytes path
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
Thu, 03 May 2018 18:39:58 +0900 Yuya Nishihara extensions: remove strip_init=True from _disabledpaths()
Thu, 03 May 2018 18:38:02 +0900 Yuya Nishihara extensions: peek command table of disabled extensions without importing
Thu, 26 Apr 2018 23:00:19 -0400 Matt Harbison lfs: clarify pointer validation error messages