# HG changeset patch # User Martin von Zweigbergk # Date 2019-01-17 01:04:50 # Node ID 56a0de3d581c587ce6eb8b219697a09d7d10b174 # Parent d5c58d679ed96e684ca8602a90a40f8238b19a68 tests: drop a duplicate definition of a constant Differential Revision: https://phab.mercurial-scm.org/D5663 diff --git a/tests/artifacts/scripts/generate-churning-bundle.py b/tests/artifacts/scripts/generate-churning-bundle.py --- a/tests/artifacts/scripts/generate-churning-bundle.py +++ b/tests/artifacts/scripts/generate-churning-bundle.py @@ -42,7 +42,6 @@ MOVE_BACK_RANGE = 5 FILENAME='SPARSE-REVLOG-TEST-FILE' NB_LINES = 10500 ALWAYS_CHANGE_LINES = 500 -FILENAME = 'SPARSE-REVLOG-TEST-FILE' OTHER_CHANGES = 300 def nextcontent(previous_content):