Merge "Support old GitPython transform_kwargs signature"

This commit is contained in:
Jenkins
2016-09-29 16:25:36 +00:00
committed by Gerrit Code Review

View File

@@ -219,7 +219,7 @@ class Searcher(GitMixin):
those behind the previous import or merged as an additional
branch during the previous import
git rev-list --topo-order %s %s %s
""", self.git.transform_kwargs(git_args), revision_spec,
""", self.git.transform_kwargs(**git_args), revision_spec,
" ".join(extra))
commit_list.append(