log

age author description
Mon, 06 Jul 2020 22:46:49 +0200 Pierre-Yves David commitctx: move a tiny else clause above the very long one
Mon, 06 Jul 2020 22:37:53 +0200 Pierre-Yves David commitctx: consider removed as touched
Mon, 06 Jul 2020 22:35:34 +0200 Pierre-Yves David commitctx: rename "changed" to touched
Tue, 07 Jul 2020 11:16:28 +0200 Pierre-Yves David commitctx: more filesremoved assignment closer to removed computation
Mon, 06 Jul 2020 20:03:30 +0200 Pierre-Yves David commitctx: compute files added from _filecommit returns
Mon, 06 Jul 2020 19:35:53 +0200 Pierre-Yves David commitctx: return "touched" status from _filecommit
Tue, 21 Jul 2020 01:04:19 +0200 Manuel Jacob relnotes: add release notes for relevant changes I did since the 5.4 release stable
Mon, 20 Jul 2020 18:04:19 +0200 Manuel Jacob relnotes: fix indentation stable
Mon, 20 Jul 2020 17:57:31 +0200 Manuel Jacob relnotes: make spacing before new section consistent stable
Wed, 22 Jul 2020 14:58:49 +0530 Pulkit Goyal tests: make one of 'worker process exited' line option in test-chg.t stable
Wed, 22 Apr 2020 18:08:12 -0400 Connor Sheehan infinitepush: fix `{get,put}_args` formatting on Python 3 stable
Wed, 22 Apr 2020 17:59:17 -0400 Connor Sheehan infinitepush: replace `NamedTemporaryFile` with `pycompat.namedtempfile` stable
Mon, 20 Jul 2020 20:31:24 +0900 Yuya Nishihara chgserver: discard buffered output before restoring fds (issue6207) stable
Tue, 21 Jul 2020 20:49:05 +0900 Yuya Nishihara hghave: fix possible int('') in has_clang_format() stable
Mon, 20 Jul 2020 22:16:26 +0530 Pulkit Goyal Added signature for changeset 28163c5de797 stable
Mon, 20 Jul 2020 22:16:13 +0530 Pulkit Goyal Added tag 5.5rc0 for changeset 28163c5de797 stable
Mon, 20 Jul 2020 21:56:27 +0530 Pulkit Goyal merge default into stable for 5.5rc0 stable 5.5rc0
Sat, 18 Jul 2020 18:38:46 +0900 Yuya Nishihara phases: move short-lived PyObject pointers to local scope
Sat, 18 Jul 2020 18:35:17 +0900 Yuya Nishihara phases: rename variable used for owned dict of phasesets
Sat, 18 Jul 2020 18:27:39 +0900 Yuya Nishihara phases: leverage Py_BuildValue() to build PyInt and steal PyObject
Sat, 18 Jul 2020 18:21:26 +0900 Yuya Nishihara phases: make sure an exception should be set on error return
Sat, 18 Jul 2020 18:19:14 +0900 Yuya Nishihara phases: fix clang-format error
Sat, 18 Jul 2020 18:13:41 +0900 Yuya Nishihara phases: fix error return with no exception from computephases()
Sun, 19 Jul 2020 17:35:41 +0900 Yuya Nishihara osutil: fix excessive decref on tuple creation failure in listdir()
Sun, 19 Jul 2020 17:24:16 +0900 Yuya Nishihara revlog: fix excessive decref on tuple creation failure in parse_index2()
Mon, 20 Jul 2020 17:38:01 +0200 Manuel Jacob tests: correctly match clang-format version >= 10
Tue, 14 Jul 2020 13:36:57 -0700 Daniel Ploch state: support validated declaration of nested unfinished ops
Fri, 17 Jul 2020 20:24:42 +0200 Manuel Jacob absorb: improve message for the case when changeset became empty
Sat, 18 Jul 2020 22:57:28 +0200 Joerg Sonnenberger relnotes: extend
Tue, 14 Jul 2020 15:42:28 +0530 Pulkit Goyal merge: document return values of manifestmerge() and calculateupdates()