equal
deleted
inserted
replaced
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 |