log tests/test-check-interfaces.py @ 50936:6408777c8fa4

age author description
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 07 Dec 2021 16:44:22 +0100 Raphaël Gomès exchangev2: remove it
Sat, 10 Apr 2021 11:27:40 +0200 Raphaël Gomès cg4: introduce protocol flag to signify the presence of sidedata
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Fri, 19 Feb 2021 10:53:27 +0100 Raphaël Gomès sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
Thu, 18 Feb 2021 17:36:52 +0100 Raphaël Gomès changegroup: add v4 changegroup for revlog v2 exchange
Mon, 15 Feb 2021 14:11:38 -0500 Valentin Gatien-Baron sshpeer: add a method to check if a doublepipe is closed
Sat, 19 Dec 2020 12:01:58 +0900 Yuya Nishihara test-check-interface: do not expect bare "python" executable exists
Mon, 03 Feb 2020 22:17:19 -0500 Augie Fackler manifest: also declare treemanifest as implementing imanifestdict
Wed, 05 Feb 2020 15:01:22 -0500 Augie Fackler manifest: remove `.new()` from the interface
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Tue, 10 Sep 2019 09:21:38 -0400 Augie Fackler interfaces: introduce an interface for dirstate implementations
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Mon, 07 Jan 2019 17:19:19 -0500 Augie Fackler tests: add simplestorerepo to test-check-interfaces.py