hgext/convert/git.py
changeset 4809 c2d529f288a1
parent 4806 15a3cbfc6568
child 4873 28b23b9073a8
--- a/hgext/convert/git.py
+++ b/hgext/convert/git.py
@@ -15,11 +15,7 @@ class convert_git(converter_source):
             path += "/.git"
         if not os.path.exists(path + "/objects"):
             raise NoRepo("couldn't open GIT repo %s" % path)
-
         self.path = path
-        self.ui = ui
-        self.rev = rev
-        self.encoding = 'utf-8'
 
     def getheads(self):
         if not self.rev: