log contrib/fuzz/mpatch_corpus.py @ 50413:c101e7757ed7

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
Thu, 27 May 2021 12:10:59 -0400 Augie Fackler fuzz: add hg to sys.path when constructing mpatch corpus
Wed, 11 Dec 2019 15:23:54 -0800 Kyle Lippincott fuzz: fix mpatch_corpus to not have an overridden __repr__ on py3
Wed, 11 Dec 2019 10:00:24 -0800 Martin von Zweigbergk formatting: fix some recent formatting regressions
Tue, 10 Dec 2019 16:17:36 -0800 Kyle Lippincott fuzz: fix test-fuzz-targets.t to run with python3
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase