summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cmd.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2007-06-26 18:02:44 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2007-06-26 18:02:44 +0000
commit8f0e65648aa55ea3d7c1d33da79b164d32c2854d (patch)
tree1ff16ad86eeda03bcb78a30506f821899e145510 /usr.bin/cvs/cmd.c
parent9611964bb46ef9d83c6abb76cdaa327fa484650e (diff)
Bring back the release command. More work to be done though.
OK joris@ niallo@.
Diffstat (limited to 'usr.bin/cvs/cmd.c')
-rw-r--r--usr.bin/cvs/cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cmd.c b/usr.bin/cvs/cmd.c
index 2a4f906c58b..b4074a27426 100644
--- a/usr.bin/cvs/cmd.c
+++ b/usr.bin/cvs/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.59 2007/06/26 02:24:10 niallo Exp $ */
+/* $OpenBSD: cmd.c,v 1.60 2007/06/26 18:02:43 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -44,6 +44,7 @@ struct cvs_cmd *cvs_cdt[] = {
&cvs_cmd_import,
&cvs_cmd_init,
&cvs_cmd_log,
+ &cvs_cmd_release,
&cvs_cmd_remove,
&cvs_cmd_rlog,
&cvs_cmd_server,
@@ -60,7 +61,6 @@ struct cvs_cmd *cvs_cdt[] = {
&cvs_cmd_logout,
#endif
&cvs_cmd_rdiff,
- &cvs_cmd_release,
&cvs_cmd_rtag,
&cvs_cmd_unedit,
&cvs_cmd_update,