As per OpenCVS, general usage in coversation and apparently newer
authorjsg <jsg@openbsd.org>
Thu, 22 Jul 2010 10:31:10 +0000 (10:31 +0000)
committerjsg <jsg@openbsd.org>
Thu, 22 Jul 2010 10:31:10 +0000 (10:31 +0000)
upstream versions of this code, add blame as an alias for annotate.

ok henning@ fgsch@ deraadt@ thib@ krw@

gnu/usr.bin/cvs/src/main.c

index 8040b13..5a2df80 100644 (file)
@@ -109,7 +109,7 @@ static const struct cmd
 {
     { "add",      "ad",       "new",       add,       CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
     { "admin",    "adm",      "rcs",       admin,     CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
-    { "annotate", "ann",      NULL,        annotate,  CVS_CMD_USES_WORK_DIR },
+    { "annotate", "ann",      "blame",     annotate,  CVS_CMD_USES_WORK_DIR },
     { "checkout", "co",       "get",       checkout,  0 },
     { "commit",   "ci",       "com",       commit,    CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
     { "diff",     "di",       "dif",       diff,      CVS_CMD_USES_WORK_DIR },