diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/util.py b/testing/util.py index 1364453..12f22b5 100644 --- a/testing/util.py +++ b/testing/util.py @@ -62,6 +62,7 @@ def run_opts( verbose=False, hook=None, remote_branch='', + local_branch='', from_ref='', to_ref='', remote_name='', @@ -81,6 +82,7 @@ def run_opts( verbose=verbose, hook=hook, remote_branch=remote_branch, + local_branch=local_branch, from_ref=from_ref, to_ref=to_ref, remote_name=remote_name, |