hgext/convert/gnuarch.py
changeset 35176 671aba341d90
parent 29205 a0939666b836
child 35633 a981ab2a1b4c
--- a/hgext/convert/gnuarch.py	Wed Nov 15 23:43:15 2017 -0500
+++ b/hgext/convert/gnuarch.py	Wed Nov 22 20:49:01 2017 -0500
@@ -36,8 +36,8 @@
             self.ren_files = {}
             self.ren_dirs = {}
 
-    def __init__(self, ui, path, revs=None):
-        super(gnuarch_source, self).__init__(ui, path, revs=revs)
+    def __init__(self, ui, repotype, path, revs=None):
+        super(gnuarch_source, self).__init__(ui, repotype, path, revs=revs)
 
         if not os.path.exists(os.path.join(path, '{arch}')):
             raise common.NoRepo(_("%s does not look like a GNU Arch repository")