--- a/hgext/convert/git.py Wed Nov 15 23:43:15 2017 -0500
+++ b/hgext/convert/git.py Wed Nov 22 20:49:01 2017 -0500
@@ -66,8 +66,8 @@
def gitpipe(self, *args, **kwargs):
return self._gitcmd(self._run3, *args, **kwargs)
- def __init__(self, ui, path, revs=None):
- super(convert_git, self).__init__(ui, path, revs=revs)
+ def __init__(self, ui, repotype, path, revs=None):
+ super(convert_git, self).__init__(ui, repotype, path, revs=revs)
common.commandline.__init__(self, ui, 'git')
# Pass an absolute path to git to prevent from ever being interpreted