help: suggest merge() revset instead of -m/--only-merges
Suggested by Dr Rainer Woitok.
--- a/mercurial/commands.py Mon May 06 22:06:23 2019 -0700
+++ b/mercurial/commands.py Tue Apr 30 15:22:03 2019 +0900
@@ -3722,7 +3722,8 @@
_('follow line range of specified file (EXPERIMENTAL)'),
_('FILE,RANGE')),
('', 'removed', None, _('include revisions where files were removed')),
- ('m', 'only-merges', None, _('show only merges (DEPRECATED)')),
+ ('m', 'only-merges', None,
+ _('show only merges (DEPRECATED) (use -r "merge()" instead)')),
('u', 'user', [], _('revisions committed by user'), _('USER')),
('', 'only-branch', [],
_('show only changesets within the given named branch (DEPRECATED)'),