Refactor message printing
[stgit] / stgit / commands / hide.py
index 9ef948d..3cb08e8 100644 (file)
@@ -46,4 +46,4 @@ def func(parser, options, args):
 
     for patch in patches:
         crt_series.hide_patch(patch)
-        print 'Patch "%s" hidden' % patch
+        out.info('Patch "%s" hidden' % patch)