From 58bbb89074b7c08cfa75198ffcfda0ed535aa01c Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 7 Jul 2003 19:15:36 +0000 Subject: Add "blame" as an "annotate" alias for interoperability with subversion. --- contrib/cvs/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cvs') diff --git a/contrib/cvs/src/main.c b/contrib/cvs/src/main.c index 405fa59..dbc2ee2 100644 --- a/contrib/cvs/src/main.c +++ b/contrib/cvs/src/main.c @@ -110,7 +110,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 }, -- cgit v1.1