log mercurial/cext/revlog.c @ 36916:1b9f6440506b

age author description
Sat, 03 Mar 2018 06:57:02 -0500 Yuya Nishihara cext: fix computephasesmapsets() not to return without setting an exception
Sat, 03 Mar 2018 06:41:52 -0500 Yuya Nishihara cext: mark tuple_format as a constant
Sat, 03 Mar 2018 06:18:47 -0500 Yuya Nishihara py3: bulk-replace 'const char*' format specifier passed to PyArg_ParseTuple*()
Sat, 03 Mar 2018 06:08:22 -0500 Yuya Nishihara py3: bulk-replace bytes format specifier passed to Py_BuildValue()
Wed, 06 Dec 2017 15:46:41 +0100 Joerg Sonnenberger phases: drop the list with phase of each rev, always comput phase sets
Mon, 16 Oct 2017 14:49:35 -0400 Augie Fackler cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls
Mon, 02 Oct 2017 19:28:41 +0100 Gregory Szorc cext: wrap before brace for functions
Mon, 02 Oct 2017 19:06:00 +0100 Gregory Szorc cext: reorder #include
Mon, 02 Oct 2017 19:02:43 +0100 Gregory Szorc cext: move braces for control statements to same line
Sun, 21 May 2017 14:23:22 +0900 Yuya Nishihara cext: factor out header for charencode.c
Fri, 14 Jul 2017 13:48:17 +0200 Sune Foldager parsers: fix invariant bug in find_deepest (issue5623)
Sat, 01 Jul 2017 19:35:17 -0700 Gregory Szorc revlog: address review feedback for deltachain C implementation
Sun, 25 Jun 2017 12:41:34 -0700 Gregory Szorc revlog: C implementation of delta chain resolution
Sun, 21 May 2017 13:31:27 +0900 Yuya Nishihara cext: move back finalization of dirstateTupleType where it should be
Sat, 20 May 2017 14:01:05 -0700 Gregory Szorc cext: extract revlog/index parsing code to own C file base mercurial/cext/parsers.c@3a34edd3761c