mercurial/commands.py
changeset 29914 770128405002
parent 29913 9cb950276d27
child 29921 a82e138d5249
equal deleted inserted replaced
29913:9cb950276d27 29914:770128405002
  3509                      + fmt % pcfmt(nump2, numdeltas))
  3509                      + fmt % pcfmt(nump2, numdeltas))
  3510             ui.write(('deltas against other : ') + fmt % pcfmt(numother,
  3510             ui.write(('deltas against other : ') + fmt % pcfmt(numother,
  3511                                                              numdeltas))
  3511                                                              numdeltas))
  3512 
  3512 
  3513 @command('debugrevspec',
  3513 @command('debugrevspec',
  3514     [('', 'optimize', None, _('print parsed tree after optimizing')),
  3514     [('', 'optimize', None,
       
  3515       _('print parsed tree after optimizing (DEPRECATED)')),
  3515      ('p', 'show-stage', [],
  3516      ('p', 'show-stage', [],
  3516       _('print parsed tree at the given stage'), _('NAME')),
  3517       _('print parsed tree at the given stage'), _('NAME')),
  3517      ],
  3518      ],
  3518     ('REVSPEC'))
  3519     ('REVSPEC'))
  3519 def debugrevspec(ui, repo, expr, **opts):
  3520 def debugrevspec(ui, repo, expr, **opts):