mercurial/commands.py
changeset 481 2705d20f77c9
parent 480 430a10669928
child 482 84d5ddf82856
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -431,8 +431,7 @@ def import_(ui, repo, patch1, *patches, 
         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: