# HG changeset patch # User Dirkjan Ochtman # Date 2008-02-28 18:08:04 # Node ID 07f2236c4dee44d346913e148cdb3dcded8c24ab # Parent d500aeb8092ee7d4149dc27bff287b5d3d80c2ff add a blame alias for annotate The original cvs command was called blame. SVN has both, and other VC systems typically also have this as an alias. Makes things easier for converts. diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2775,7 +2775,7 @@ table = { _('guess renamed files by similarity (0<=s<=100)')), ] + walkopts + dryrunopts, _('hg addremove [OPTION]... [FILE]...')), - "^annotate": + "^annotate|blame": (annotate, [('r', 'rev', '', _('annotate the specified revision')), ('f', 'follow', None, _('follow file copies and renames')),