D4358: debugcommands: introduce debugrevlogindex

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Sat Aug 25 21:59:50 EDT 2018


yuja added a comment.


  Queued the series, thanks.
  
  > - at command('debugindex', cmdutil.debugrevlogopts +
  > 
  > - [('f', 'format', 0, _('revlog format'), _('FORMAT'))],
  > - _('[-f FORMAT] -c|-m|FILE'),
  > - optionalrepo=True) -def debugindex(ui, repo, file_=None, **opts):
  > - """dump the contents of an index file""" + at command('debugindex', cmdutil.debugrevlogopts + cmdutil.templateopts, +         _('-c|-m|FILE')) +def debugrevlog(ui, repo, file_=None, **opts):
  
  Fixed the function name and the option s/templateopts/formatteropts/.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4358

To: indygreg, #hg-reviewers
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list