changeset 22103:42b1344656f7 stable

unbundle: fix pyflakes warning about wc
author Matt Mackall <mpm@selenic.com>
date Mon, 11 Aug 2014 13:10:00 -0500
parents f72b71ba756b
children 3efe3c2609e0
files mercurial/commands.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Aug 10 23:09:23 2014 -0500
+++ b/mercurial/commands.py	Mon Aug 11 13:10:00 2014 -0500
@@ -5869,7 +5869,6 @@
     fnames = (fname1,) + fnames
 
     lock = repo.lock()
-    wc = repo['.']
     try:
         for fname in fnames:
             f = hg.openpath(ui, fname)