D7559: fuzz: remove debug prints from revlog_corpus.py

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Dec 6 22:59:37 EST 2019


Closed by commit rHG98eb12eab5e5: fuzz: remove debug prints from revlog_corpus.py (authored by durin42).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7559?vs=18497&id=18510

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7559/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7559

AFFECTED FILES
  contrib/fuzz/revlog_corpus.py

CHANGE DETAILS

diff --git a/contrib/fuzz/revlog_corpus.py b/contrib/fuzz/revlog_corpus.py
--- a/contrib/fuzz/revlog_corpus.py
+++ b/contrib/fuzz/revlog_corpus.py
@@ -1,4 +1,4 @@
-from __future__ import absolute_import, print_function
+from __future__ import absolute_import
 
 import argparse
 import os
@@ -16,9 +16,6 @@
     reporoot, '.hg', 'store', 'data', 'contrib', 'fuzz', 'mpatch.cc.i'
 )
 
-print(changelog, os.path.exists(changelog))
-print(contributing, os.path.exists(contributing))
-
 with zipfile.ZipFile(args.out[0], "w", zipfile.ZIP_STORED) as zf:
     if os.path.exists(changelog):
         with open(changelog) as f:



To: durin42, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list