hgext/graphlog.py
changeset 18267 5bb610f87d1d
parent 17773 434e5bd615fc
child 20118 6ed9141151bf
equal deleted inserted replaced
18266:09a2b6741695 18267:5bb610f87d1d
    37      _('BRANCH')),
    37      _('BRANCH')),
    38     ('b', 'branch', [],
    38     ('b', 'branch', [],
    39      _('show changesets within the given named branch'), _('BRANCH')),
    39      _('show changesets within the given named branch'), _('BRANCH')),
    40     ('P', 'prune', [],
    40     ('P', 'prune', [],
    41      _('do not display revision or any of its ancestors'), _('REV')),
    41      _('do not display revision or any of its ancestors'), _('REV')),
    42     ('', 'hidden', False, _('show hidden changesets (DEPRECATED)')),
       
    43     ] + commands.logopts + commands.walkopts,
    42     ] + commands.logopts + commands.walkopts,
    44     _('[OPTION]... [FILE]'))
    43     _('[OPTION]... [FILE]'))
    45 def graphlog(ui, repo, *pats, **opts):
    44 def graphlog(ui, repo, *pats, **opts):
    46     """show revision history alongside an ASCII revision graph
    45     """show revision history alongside an ASCII revision graph
    47 
    46