changeset 3460 | 10b6fc51f672 |
parent 3458 | 6e998a4575c6 |
child 3465 | 2d35a8d2b32d |
--- a/mercurial/commands.py Wed Oct 18 12:17:02 2006 +0200 +++ b/mercurial/commands.py Wed Oct 18 12:26:12 2006 +0200 @@ -361,7 +361,7 @@ 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]