summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-30 06:41:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-30 06:41:24 +0000
commitfa5ef2f7043154e9abd97282e0c876539b5b1bb0 (patch)
tree2ac7c3546a5158f101fe6c18261fbd3df33b6343 /testing
parentReleasing progress-linux version 2.9.3-1. (diff)
downloadpre-commit-fa5ef2f7043154e9abd97282e0c876539b5b1bb0.tar.xz
pre-commit-fa5ef2f7043154e9abd97282e0c876539b5b1bb0.zip
Merging upstream version 2.10.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing')
-rw-r--r--testing/util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/util.py b/testing/util.py
index 18cd734..1f8cb35 100644
--- a/testing/util.py
+++ b/testing/util.py
@@ -61,6 +61,7 @@ def run_opts(
color=False,
verbose=False,
hook=None,
+ remote_branch='',
from_ref='',
to_ref='',
remote_name='',
@@ -78,6 +79,7 @@ def run_opts(
color=color,
verbose=verbose,
hook=hook,
+ remote_branch=remote_branch,
from_ref=from_ref,
to_ref=to_ref,
remote_name=remote_name,