mercurial/commands.py
changeset 43872 aac921f54554
parent 43860 7315464f0613
child 43879 8caec25f5d8f
equal deleted inserted replaced
43871:5e0f6451e2d2 43872:aac921f54554
  6882         if state in show:
  6882         if state in show:
  6883             label = b'status.' + state
  6883             label = b'status.' + state
  6884             for f in files:
  6884             for f in files:
  6885                 fm.startitem()
  6885                 fm.startitem()
  6886                 fm.context(ctx=ctx2)
  6886                 fm.context(ctx=ctx2)
  6887                 fm.data(path=f)
  6887                 fm.data(itemtype=b'file', path=f)
  6888                 fm.condwrite(showchar, b'status', b'%s ', char, label=label)
  6888                 fm.condwrite(showchar, b'status', b'%s ', char, label=label)
  6889                 fm.plain(fmt % uipathfn(f), label=label)
  6889                 fm.plain(fmt % uipathfn(f), label=label)
  6890                 if f in copy:
  6890                 if f in copy:
  6891                     fm.data(source=copy[f])
  6891                     fm.data(source=copy[f])
  6892                     fm.plain(
  6892                     fm.plain(