Support old GitPython transform_kwargs signature

Change-Id: I9ce9b37bcb2227f462209bfe687a8ebe4dd74de2
This commit is contained in:
Darragh Bailey
2016-09-20 12:34:51 +01:00
parent c5f6cc2b3a
commit 9e077c56b9

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(