Merging upstream version 2.14.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1174438af7
commit
7cb502b795
15 changed files with 148 additions and 56 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue