mercurial/cext/revlog.c
Fri, 09 Nov 2018 18:43:16 +0100 Boris Feld sparse-revlog: add a `index_segment_span` function in C
Fri, 09 Nov 2018 18:42:58 +0100 Boris Feld sparse-revlog: add a `index_get_length` function in C
Tue, 20 Nov 2018 14:49:18 +0000 Boris Feld sparse-revlog: add a `index_get_start` function in C
Tue, 06 Nov 2018 11:12:56 -0500 Augie Fackler revlog: replace PyInt_AS_LONG with a more portable helper function
Tue, 06 Nov 2018 11:22:16 -0500 Augie Fackler revlog: give formatting to clang-format
Tue, 06 Nov 2018 11:19:35 -0500 Augie Fackler revlog: add blank line in comment to help clang-format
Tue, 06 Nov 2018 11:18:12 -0500 Augie Fackler revlog: add a comment to help clang-format produce less-awful results
Fri, 02 Nov 2018 14:24:29 -0400 Augie Fackler merge with stable
Wed, 24 Oct 2018 21:28:03 +0900 Yuya Nishihara py3: convert revlog stats to a dict of (bytes, int) pairs
Sun, 28 Oct 2018 21:16:36 +0900 Yuya Nishihara rust: fix signature of rustlazyancestors_init() function stable 4.8
Mon, 08 Oct 2018 19:11:41 +0200 Georges Racinet rust: rustlazyancestors.__contains__
Thu, 27 Sep 2018 16:56:15 +0200 Georges Racinet rust: exposing in parsers module
Tue, 09 Oct 2018 07:42:05 +0900 Yuya Nishihara revlog: explicitly initialize static variables
Mon, 08 Oct 2018 11:42:06 -0400 Augie Fackler revlog: if the module is initialized more than once, don't leak nullentry
Thu, 13 Sep 2018 12:43:50 -0400 Matt Harbison cext: stop preprocessing a partial function call
Tue, 04 Sep 2018 13:29:21 +0900 Yuya Nishihara revlog: fix size of Python nodetree object
Fri, 24 Aug 2018 08:45:18 -0700 Martin von Zweigbergk index: embed nodetree in index object to avoid reference cycle
Tue, 21 Aug 2018 21:05:15 -0400 Matt Harbison cext: fix truncation warnings in revlog on Windows
Tue, 21 Aug 2018 20:57:58 -0400 Matt Harbison cext: fix revlog compiler error on Windows
Sun, 05 Aug 2018 00:42:07 -0700 Martin von Zweigbergk shortest: use nodetree for finding shortest node within revset
Mon, 20 Aug 2018 15:57:03 -0700 Martin von Zweigbergk index: fix a comment about overflow-checking
Fri, 03 Aug 2018 23:03:13 -0700 Martin von Zweigbergk index: move raise_revlog_error() further up
Fri, 06 Jul 2018 07:53:23 -0700 Martin von Zweigbergk index: make node tree a Python object
Fri, 10 Aug 2018 00:28:07 -0400 Matt Harbison cext: fix a warning about differing const qualifiers on Windows
Fri, 10 Aug 2018 00:14:47 -0400 Matt Harbison cext: fix most truncation warnings in revlog on Windows
Thu, 09 Aug 2018 23:52:45 -0400 Matt Harbison cext: fix Windows warning about implicit conversion of 32-bit shift to 64 bit
Thu, 09 Aug 2018 00:09:03 -0700 Martin von Zweigbergk index: make capacity argument to nt_init be measured in revisions
Wed, 08 Aug 2018 23:41:50 -0700 Martin von Zweigbergk index: avoid duplicating capacity-growth expression
Wed, 08 Aug 2018 23:36:15 -0700 Martin von Zweigbergk index: move check for too large capacity into nt_init()
Wed, 08 Aug 2018 22:26:57 -0700 Martin von Zweigbergk shortest: don't include nullid in disambigution revset
less more (0) -50 -30 tip