diff -r 6409d9a0df43 -r 9ae0034f2772 mercurial/commands.py --- 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)