From 110f2a64b57a8781ccbe1040021d5baaec761e01 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 30 Jan 2021 07:41:13 +0100 Subject: Adding upstream version 2.10.0. Signed-off-by: Daniel Baumann --- testing/util.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing/util.py') 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, -- cgit v1.2.3