Support old GitPython transform_kwargs signature
Change-Id: I9ce9b37bcb2227f462209bfe687a8ebe4dd74de2
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user