Show More
@@ -3705,14 +3705,14 b' def locate(ui, repo, *pats, **opts):' | |||||
3705 | [('f', 'follow', None, |
|
3705 | [('f', 'follow', None, | |
3706 | _('follow changeset history, or file history across copies and renames')), |
|
3706 | _('follow changeset history, or file history across copies and renames')), | |
3707 | ('', 'follow-first', None, |
|
3707 | ('', 'follow-first', None, | |
3708 | _('only follow the first parent of merge changesets')), |
|
3708 | _('only follow the first parent of merge changesets (DEPRECATED)')), | |
3709 | ('d', 'date', '', _('show revisions matching date spec'), _('DATE')), |
|
3709 | ('d', 'date', '', _('show revisions matching date spec'), _('DATE')), | |
3710 | ('C', 'copies', None, _('show copied files')), |
|
3710 | ('C', 'copies', None, _('show copied files')), | |
3711 | ('k', 'keyword', [], |
|
3711 | ('k', 'keyword', [], | |
3712 | _('do case-insensitive search for a given text'), _('TEXT')), |
|
3712 | _('do case-insensitive search for a given text'), _('TEXT')), | |
3713 | ('r', 'rev', [], _('show the specified revision or range'), _('REV')), |
|
3713 | ('r', 'rev', [], _('show the specified revision or range'), _('REV')), | |
3714 | ('', 'removed', None, _('include revisions where files were removed')), |
|
3714 | ('', 'removed', None, _('include revisions where files were removed')), | |
3715 | ('m', 'only-merges', None, _('show only merges')), |
|
3715 | ('m', 'only-merges', None, _('show only merges (DEPRECATED)')), | |
3716 | ('u', 'user', [], _('revisions committed by user'), _('USER')), |
|
3716 | ('u', 'user', [], _('revisions committed by user'), _('USER')), | |
3717 | ('', 'only-branch', [], |
|
3717 | ('', 'only-branch', [], | |
3718 | _('show only changesets within the given named branch (DEPRECATED)'), |
|
3718 | _('show only changesets within the given named branch (DEPRECATED)'), |
General Comments 0
You need to be logged in to leave comments.
Login now