mercurial/patch.py
changeset 3223 35d61e653174
parent 3215 53e843840349
child 3327 319358e6bd96
--- a/mercurial/patch.py
+++ b/mercurial/patch.py
@@ -309,7 +309,6 @@ def updatedir(ui, repo, patches, wlock=N
     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()]