diff mercurial/commands.py @ 9679:a1943c2a4661

pychecker: remove unused local variables
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 31 Oct 2009 17:04:46 +0100
parents e2b1de5fee04
children c6da1cb3b255
line wrap: on
line diff
--- a/mercurial/commands.py	Sat Oct 31 16:56:58 2009 +0100
+++ b/mercurial/commands.py	Sat Oct 31 17:04:46 2009 +0100
@@ -31,7 +31,6 @@
     """
 
     bad = []
-    exacts = {}
     names = []
     m = cmdutil.match(repo, pats, opts)
     oldbad = m.bad