##// END OF EJS Templates
add a blame alias for annotate...
Dirkjan Ochtman -
r6182:07f2236c default
parent child Browse files
Show More
@@ -2775,7 +2775,7 b' table = {'
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')),
General Comments 0
You need to be logged in to leave comments. Login now