mercurial/commands.py
changeset 3455 10b6fc51f672
parent 3453 6e998a4575c6
child 3460 2d35a8d2b32d
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -361,7 +361,7 @@ class changeset_printer(object):
                                   files):
                 if value:
                     self.ui.note("%-12s %s\n" % (key, " ".join(value)))
-        else:
+        elif changes[3]:
             self.ui.note(_("files:       %s\n") % " ".join(changes[3]))
         if copies:
             copies = ['%s (%s)' % c for c in copies]