mercurial/commands.py
changeset 461 9ae0034f2772
parent 460 6409d9a0df43
child 464 50da4bb9cab6
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -413,7 +413,6 @@ def import_(ui, repo, patch1, *patches, 
     
     d = opts["base"]
     strip = opts["strip"]
-    quiet = ui.quiet and "> /dev/null" or ""
 
     for patch in patches:
         ui.status("applying %s\n" % patch)