diff -r 4582c28e2874 -r c2d529f288a1 hgext/convert/cvs.py --- 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)