diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 14:46:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-19 14:46:59 +0000 |
commit | 76fd2245b5dc6793b57cc7c3bf4fc6af7a352563 (patch) | |
tree | 0ae354b8af76926a31947d53202545980b36afe4 /contrib/cvs/src/main.c | |
parent | 274835303c48ac29e7fd30a670e7a02fe78595e2 (diff) |
Notes
Diffstat (limited to 'contrib/cvs/src/main.c')
-rw-r--r-- | contrib/cvs/src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cvs/src/main.c b/contrib/cvs/src/main.c index c5911c315897..3dace64a7c4b 100644 --- a/contrib/cvs/src/main.c +++ b/contrib/cvs/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1986-2006 The Free Software Foundation, Inc. + * Copyright (C) 1986-2008 The Free Software Foundation, Inc. * * Portions Copyright (C) 1998-2006 Derek Price, Ximbiot <http://ximbiot.com>, * and others. @@ -108,7 +108,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 }, |