changeset 481 | 2705d20f77c9 |
parent 480 | 430a10669928 |
child 482 | 84d5ddf82856 |
--- 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: