diff mercurial/commands.py @ 22119:fd172ba5c64b

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 12 Aug 2014 04:50:58 -0500
parents fff8e1cec90f 42b1344656f7
children 269688a398c4
line wrap: on
line diff
--- a/mercurial/commands.py	Tue Aug 12 04:11:32 2014 -0500
+++ b/mercurial/commands.py	Tue Aug 12 04:50:58 2014 -0500
@@ -5892,7 +5892,6 @@
     fnames = (fname1,) + fnames
 
     lock = repo.lock()
-    wc = repo['.']
     try:
         for fname in fnames:
             f = hg.openpath(ui, fname)