Mercurial > hg-stable
changeset 42289:96bc1ef4a302
help: suggest merge() revset instead of -m/--only-merges
Suggested by Dr Rainer Woitok.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 30 Apr 2019 15:22:03 +0900 |
parents | d5b35d6972a5 |
children | a0c5e06e9b1a |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)'),