From 068711c1dc910c3dc9b37843dcb0ce2cdce6c111 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 29 May 2006 05:34:32 +0000 Subject: add remove support, hacked by xsa@ but lots of modifications from me to actually make it work properly. commiting since xsa@ is not around and i want to move forward. ray@ agrees. --- usr.bin/cvs/cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/cmd.c') diff --git a/usr.bin/cvs/cmd.c b/usr.bin/cvs/cmd.c index d9dbfb7fe3c..cc88f530bd2 100644 --- a/usr.bin/cvs/cmd.c +++ b/usr.bin/cvs/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.46 2006/05/28 21:11:12 joris Exp $ */ +/* $OpenBSD: cmd.c,v 1.47 2006/05/29 05:34:31 joris Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -38,6 +38,7 @@ struct cvs_cmd *cvs_cdt[] = { &cvs_cmd_diff, &cvs_cmd_log, &cvs_cmd_update, + &cvs_cmd_remove, &cvs_cmd_status, #if 0 &cvs_cmd_admin, @@ -55,7 +56,6 @@ struct cvs_cmd *cvs_cdt[] = { #endif &cvs_cmd_rdiff, &cvs_cmd_release, - &cvs_cmd_remove, &cvs_cmd_rlog, &cvs_cmd_rtag, &cvs_cmd_server, -- cgit v1.2.3