equal
deleted
inserted
replaced
3719 _('BRANCH')), |
3719 _('BRANCH')), |
3720 ('b', 'branch', [], |
3720 ('b', 'branch', [], |
3721 _('show changesets within the given named branch'), _('BRANCH')), |
3721 _('show changesets within the given named branch'), _('BRANCH')), |
3722 ('P', 'prune', [], |
3722 ('P', 'prune', [], |
3723 _('do not display revision or any of its ancestors'), _('REV')), |
3723 _('do not display revision or any of its ancestors'), _('REV')), |
3724 ('', 'hidden', False, _('show hidden changesets')), |
3724 ('', 'hidden', False, _('show hidden changesets (DEPRECATED)')), |
3725 ] + logopts + walkopts, |
3725 ] + logopts + walkopts, |
3726 _('[OPTION]... [FILE]')) |
3726 _('[OPTION]... [FILE]')) |
3727 def log(ui, repo, *pats, **opts): |
3727 def log(ui, repo, *pats, **opts): |
3728 """show revision history of entire repository or files |
3728 """show revision history of entire repository or files |
3729 |
3729 |