# HG changeset patch # User Yuya Nishihara # Date 1556605323 -32400 # Node ID 96bc1ef4a3026b3208afde5aab0a034ad3e4947d # Parent d5b35d6972a503f819a9c484f73928d32ffbd28c help: suggest merge() revset instead of -m/--only-merges Suggested by Dr Rainer Woitok. diff -r d5b35d6972a5 -r 96bc1ef4a302 mercurial/commands.py --- 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)'),