summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-07-07 19:15:36 +0000
committerobrien <obrien@FreeBSD.org>2003-07-07 19:15:36 +0000
commit58bbb89074b7c08cfa75198ffcfda0ed535aa01c (patch)
tree516bfbe90201679ebd1196909ac9410552bced91 /contrib
parent65d5f9df57f80aeb22a0990552b0979771fdebd3 (diff)
downloadFreeBSD-src-58bbb89074b7c08cfa75198ffcfda0ed535aa01c.zip
FreeBSD-src-58bbb89074b7c08cfa75198ffcfda0ed535aa01c.tar.gz
Add "blame" as an "annotate" alias for interoperability with subversion.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cvs/src/main.c2
1 files changed, 1 insertions, 1 deletions
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 },
OpenPOWER on IntegriCloud