tests/test-parseindex2.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 07 Feb 2022 13:23:58 +0100 pacien revlog: register changelogv2 C implementation in parsers
Tue, 14 Dec 2021 23:56:38 +0100 Pierre-Yves David rank: add a "rank" value to the revlog-entry tuple
Mon, 03 May 2021 21:34:02 +0200 Pierre-Yves David revlog: introduce a compression mode for sidedata in the revlog index
Mon, 03 May 2021 18:19:16 +0200 Pierre-Yves David revlog: add a "data compression mode" entry in the index tuple
Mon, 03 May 2021 12:21:25 +0200 Pierre-Yves David revlog: always "append" full size tuple
Mon, 03 May 2021 12:21:15 +0200 Pierre-Yves David revlog: make the index always return the same tuple
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Thu, 28 Jan 2021 15:28:57 +0100 Raphaël Gomès revlog: introduce v2 format
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Mon, 09 Nov 2020 09:58:44 -0800 Martin von Zweigbergk tests: use python from environment in test-parseindex2.py
Fri, 20 Dec 2019 17:19:25 +0100 Georges Racinet tests-pure: fixing test-parseindex2
Thu, 05 Dec 2019 20:41:23 +0100 Georges Racinet cext-revlog: fixed __delitem__ for uninitialized nodetree
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Thu, 09 Aug 2018 13:20:42 -0400 Augie Fackler tests: add test coverage for revlogindex[-1] which was previously missing
Thu, 09 Aug 2018 13:27:05 -0400 Augie Fackler tests: remove expected output of test-parseindex2.py
Thu, 09 Aug 2018 13:34:33 -0400 Augie Fackler tests: restore Python 3 compat in test-parseindex2.py
Thu, 09 Aug 2018 13:26:28 -0400 Augie Fackler tests: port remaining bits of test-parseindex2 to unittest asserts
Thu, 09 Aug 2018 13:08:29 -0400 Augie Fackler tests: rename variables in revlog index parse test for clarity
Thu, 09 Aug 2018 13:06:50 -0400 Augie Fackler tests: move assertion closer to want/got declarations in test-parseindex2.py
Thu, 09 Aug 2018 13:05:40 -0400 Augie Fackler tests: move chunks of test-parseindex2.py to use unittest properly
Thu, 09 Aug 2018 12:59:23 -0400 Augie Fackler tests: fix up indent width in test-parseindex2.py
Thu, 09 Aug 2018 12:58:25 -0400 Augie Fackler tests: start moving test-parseindex2.py to a unittest
Fri, 20 Jul 2018 14:36:42 -0700 Martin von Zweigbergk index: don't allow index[len(index)] to mean nullid
Sat, 19 May 2018 15:53:31 -0400 Augie Fackler tests: fix test-parseindex2 on Python 3
Fri, 27 Apr 2018 10:31:49 -0400 Augie Fackler tests: port test-parseindex2.py to Python 3
Fri, 27 Apr 2018 10:30:24 -0400 Augie Fackler tests: prefer string concatenation with () instead of \ in parseindex2 tests
Sat, 13 Aug 2016 12:23:56 +0900 Yuya Nishihara parsers: switch to policy importer
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
less more (0) -30 tip