mercurial/commands.py
changeset 6182 07f2236c4dee
parent 6180 d98ef03893e6
child 6188 3b0c2b71e0d7
--- a/mercurial/commands.py	Thu Feb 28 17:51:04 2008 +0100
+++ b/mercurial/commands.py	Thu Feb 28 19:08:04 2008 +0100
@@ -2775,7 +2775,7 @@
            _('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')),