mercurial/commands.py
changeset 43842 7315464f0613
parent 43841 fb4a6d584756
child 43861 aac921f54554
equal deleted inserted replaced
43841:fb4a6d584756 43842:7315464f0613
  6891                     fm.data(source=copy[f])
  6891                     fm.data(source=copy[f])
  6892                     fm.plain(
  6892                     fm.plain(
  6893                         (b'  %s' + end) % uipathfn(copy[f]),
  6893                         (b'  %s' + end) % uipathfn(copy[f]),
  6894                         label=b'status.copied',
  6894                         label=b'status.copied',
  6895                     )
  6895                     )
       
  6896                 if morestatus:
       
  6897                     morestatus.formatfile(f, fm)
  6896 
  6898 
  6897     if morestatus:
  6899     if morestatus:
  6898         morestatus.formatfooter(fm)
  6900         morestatus.formatfooter(fm)
  6899     fm.end()
  6901     fm.end()
  6900 
  6902