changeset 4810 | c2d529f288a1 |
parent 4807 | 15a3cbfc6568 |
child 5121 | ef338e34a906 |
--- a/hgext/convert/cvs.py Thu Jul 05 12:00:43 2007 -0700 +++ b/hgext/convert/cvs.py Thu Jul 05 12:08:48 2007 -0700 @@ -9,9 +9,6 @@ def __init__(self, ui, path, rev=None): super(convert_cvs, self).__init__(ui, path, rev=rev) - self.path = path - self.ui = ui - self.rev = rev cvs = os.path.join(path, "CVS") if not os.path.exists(cvs): raise NoRepo("couldn't open CVS repo %s" % path)