diff options
author | 2010-07-22 10:31:10 +0000 | |
---|---|---|
committer | 2010-07-22 10:31:10 +0000 | |
commit | 283b83b4121d70d89ee86c6ccb47f91fcf159283 (patch) | |
tree | e18d9591c256a64e62b12d041bf5a1f97fb001ef /gnu/usr.bin/cvs/src | |
parent | Prevent a process from entering wpi_ioctl while another process is (diff) | |
download | wireguard-openbsd-283b83b4121d70d89ee86c6ccb47f91fcf159283.tar.xz wireguard-openbsd-283b83b4121d70d89ee86c6ccb47f91fcf159283.zip |
As per OpenCVS, general usage in coversation and apparently newer
upstream versions of this code, add blame as an alias for annotate.
ok henning@ fgsch@ deraadt@ thib@ krw@
Diffstat (limited to 'gnu/usr.bin/cvs/src')
-rw-r--r-- | gnu/usr.bin/cvs/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/src/main.c b/gnu/usr.bin/cvs/src/main.c index 8040b137066..5a2df80b1d6 100644 --- a/gnu/usr.bin/cvs/src/main.c +++ b/gnu/usr.bin/cvs/src/main.c @@ -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 }, |