diff -r 5e0f6451e2d2 -r aac921f54554 mercurial/commands.py --- 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: