mercurial/commands.py
changeset 25763 60c791592aa7
parent 25761 0d37b9b21467
child 25789 95dc4b009f60
equal deleted inserted replaced
25762:f4412380d357 25763:60c791592aa7
  4625         if filematcher:
  4625         if filematcher:
  4626             revmatchfn = filematcher(ctx.rev())
  4626             revmatchfn = filematcher(ctx.rev())
  4627         else:
  4627         else:
  4628             revmatchfn = None
  4628             revmatchfn = None
  4629         displayer.show(ctx, copies=copies, matchfn=revmatchfn)
  4629         displayer.show(ctx, copies=copies, matchfn=revmatchfn)
  4630         if displayer.flush(rev):
  4630         if displayer.flush(ctx):
  4631             count += 1
  4631             count += 1
  4632 
  4632 
  4633     displayer.close()
  4633     displayer.close()
  4634 
  4634 
  4635 @command('manifest',
  4635 @command('manifest',