Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 42261: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 | 0f01394457a0 |
children | eefe3d669beb |
comparison
equal
deleted
inserted
replaced
42260:d5b35d6972a5 | 42261:96bc1ef4a302 |
---|---|
3720 ('r', 'rev', [], _('show the specified revision or revset'), _('REV')), | 3720 ('r', 'rev', [], _('show the specified revision or revset'), _('REV')), |
3721 ('L', 'line-range', [], | 3721 ('L', 'line-range', [], |
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)'), |
3729 _('BRANCH')), | 3730 _('BRANCH')), |
3730 ('b', 'branch', [], | 3731 ('b', 'branch', [], |