mercurial/commands.py
changeset 461 9ae0034f2772
parent 460 6409d9a0df43
child 464 50da4bb9cab6
--- a/mercurial/commands.py	Fri Jun 24 22:51:39 2005 -0800
+++ b/mercurial/commands.py	Fri Jun 24 22:58:14 2005 -0800
@@ -413,7 +413,6 @@
     
     d = opts["base"]
     strip = opts["strip"]
-    quiet = ui.quiet and "> /dev/null" or ""
 
     for patch in patches:
         ui.status("applying %s\n" % patch)