diff -r 430a10669928 -r 2705d20f77c9 mercurial/commands.py --- a/mercurial/commands.py Sun Jun 26 14:14:52 2005 +0100 +++ b/mercurial/commands.py Sun Jun 26 14:18:23 2005 +0100 @@ -431,8 +431,7 @@ files = [] for l in f.read().splitlines(): l.rstrip('\r\n'); - if not quiet: - print l + ui.status("%s\n" % l) if l[:14] == 'patching file ': pf = l[14:] if pf not in files: