##// END OF EJS Templates
help: suggest merge() revset instead of -m/--only-merges...
Yuya Nishihara -
r42447:96bc1ef4 default
parent child Browse files
Show More
@@ -3722,7 +3722,8 b' def locate(ui, repo, *pats, **opts):'
3722 _('follow line range of specified file (EXPERIMENTAL)'),
3722 _('follow line range of specified file (EXPERIMENTAL)'),
3723 _('FILE,RANGE')),
3723 _('FILE,RANGE')),
3724 ('', 'removed', None, _('include revisions where files were removed')),
3724 ('', 'removed', None, _('include revisions where files were removed')),
3725 ('m', 'only-merges', None, _('show only merges (DEPRECATED)')),
3725 ('m', 'only-merges', None,
3726 _('show only merges (DEPRECATED) (use -r "merge()" instead)')),
3726 ('u', 'user', [], _('revisions committed by user'), _('USER')),
3727 ('u', 'user', [], _('revisions committed by user'), _('USER')),
3727 ('', 'only-branch', [],
3728 ('', 'only-branch', [],
3728 _('show only changesets within the given named branch (DEPRECATED)'),
3729 _('show only changesets within the given named branch (DEPRECATED)'),
General Comments 0
You need to be logged in to leave comments. Login now