2773 (addremove, |
2773 (addremove, |
2774 [('s', 'similarity', '', |
2774 [('s', 'similarity', '', |
2775 _('guess renamed files by similarity (0<=s<=100)')), |
2775 _('guess renamed files by similarity (0<=s<=100)')), |
2776 ] + walkopts + dryrunopts, |
2776 ] + walkopts + dryrunopts, |
2777 _('hg addremove [OPTION]... [FILE]...')), |
2777 _('hg addremove [OPTION]... [FILE]...')), |
2778 "^annotate": |
2778 "^annotate|blame": |
2779 (annotate, |
2779 (annotate, |
2780 [('r', 'rev', '', _('annotate the specified revision')), |
2780 [('r', 'rev', '', _('annotate the specified revision')), |
2781 ('f', 'follow', None, _('follow file copies and renames')), |
2781 ('f', 'follow', None, _('follow file copies and renames')), |
2782 ('a', 'text', None, _('treat all files as text')), |
2782 ('a', 'text', None, _('treat all files as text')), |
2783 ('u', 'user', None, _('list the author (long with -v)')), |
2783 ('u', 'user', None, _('list the author (long with -v)')), |