diff mercurial/patch.py @ 3231:35d61e653174

fix warnings from pychecker
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 02 Oct 2006 21:10:31 +0200
parents 53e843840349
children 319358e6bd96
line wrap: on
line diff
--- a/mercurial/patch.py	Mon Oct 02 09:58:03 2006 -0700
+++ b/mercurial/patch.py	Mon Oct 02 21:10:31 2006 +0200
@@ -309,7 +309,6 @@
     copies = []
     removes = []
     cfiles = patches.keys()
-    copts = {'after': False, 'force': False}
     cwd = repo.getcwd()
     if cwd:
         cfiles = [util.pathto(cwd, f) for f in patches.keys()]