Skip to content
Snippets Groups Projects
Commit c7d27c13 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

git_handler.import_git_objects: require all arguments

All this function's callers now pass in all arguments.
parent b21d6d8e
No related branches found
No related tags found
No related merge requests found
......@@ -667,7 +667,7 @@
refs = self.git.refs.as_dict()
return git2hg.find_incoming(self.git.object_store, self._map_git, refs)
def import_git_objects(self, remote_name=None, refs=None):
def import_git_objects(self, remote_name, refs):
result = self.get_git_incoming(refs)
commits = result.commits
commit_cache = result.commit_cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment