--- 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):