Show More
@@ -3721,7 +3721,7 b' def locate(ui, repo, *pats, **opts):' | |||
|
3721 | 3721 | _('show changesets within the given named branch'), _('BRANCH')), |
|
3722 | 3722 | ('P', 'prune', [], |
|
3723 | 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 | 3725 | ] + logopts + walkopts, |
|
3726 | 3726 | _('[OPTION]... [FILE]')) |
|
3727 | 3727 | def log(ui, repo, *pats, **opts): |
General Comments 0
You need to be logged in to leave comments.
Login now