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', [], |