changeset 43861 | aac921f54554 |
parent 43842 | 7315464f0613 |
child 43873 | 8caec25f5d8f |
--- a/mercurial/commands.py Thu Dec 05 14:28:21 2019 -0800 +++ b/mercurial/commands.py Mon Dec 09 22:24:58 2019 -0800 @@ -6884,7 +6884,7 @@ for f in files: fm.startitem() fm.context(ctx=ctx2) - fm.data(path=f) + fm.data(itemtype=b'file', path=f) fm.condwrite(showchar, b'status', b'%s ', char, label=label) fm.plain(fmt % uipathfn(f), label=label) if f in copy: