diff -r c327bfa5e831 -r 516b000fbb7e hgext/convert/cvs.py --- a/hgext/convert/cvs.py Fri Aug 27 13:32:38 2010 -0400 +++ b/hgext/convert/cvs.py Fri Aug 27 13:32:40 2010 -0400 @@ -53,8 +53,6 @@ try: os.chdir(self.path) id = None - state = 0 - filerevids = {} cache = 'update' if not self.ui.configbool('convert', 'cvsps.cache', True):