diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-02-01 17:19:00 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-02-01 17:19:00 +0000 |
commit | af82a991d0327114da1b142bbfae5e57aa558095 (patch) | |
tree | 4308e8aa255c02238c85afaa4254cefa6eaaffa8 /usr.bin/cvs/cmd.c | |
parent | 188c53eb8b603b04e09d6a50cde302943b84ff34 (diff) |
Added rannotate support
OK xsa@
Diffstat (limited to 'usr.bin/cvs/cmd.c')
-rw-r--r-- | usr.bin/cvs/cmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cmd.c b/usr.bin/cvs/cmd.c index 0415b872001..9be8354dd49 100644 --- a/usr.bin/cvs/cmd.c +++ b/usr.bin/cvs/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.66 2008/01/21 16:40:04 tobias Exp $ */ +/* $OpenBSD: cmd.c,v 1.67 2008/02/01 17:18:59 tobias Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -42,6 +42,7 @@ struct cvs_cmd *cvs_cdt[] = { &cvs_cmd_import, &cvs_cmd_init, &cvs_cmd_log, + &cvs_cmd_rannotate, &cvs_cmd_release, &cvs_cmd_remove, &cvs_cmd_rlog, |