mercurial/commands.py
changeset 43842 7315464f0613
parent 43841 fb4a6d584756
child 43861 aac921f54554
--- a/mercurial/commands.py	Mon Dec 09 18:15:38 2019 -0800
+++ b/mercurial/commands.py	Mon Dec 09 22:06:55 2019 -0800
@@ -6893,6 +6893,8 @@
                         (b'  %s' + end) % uipathfn(copy[f]),
                         label=b'status.copied',
                     )
+                if morestatus:
+                    morestatus.formatfile(f, fm)
 
     if morestatus:
         morestatus.formatfooter(fm)