[BACK]Return to remove.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/remove.c between version 1.52 and 1.53

version 1.52, 2006/05/31 07:12:32 version 1.53, 2006/06/16 14:07:42
Line 19 
Line 19 
   
 #include "cvs.h"  #include "cvs.h"
 #include "log.h"  #include "log.h"
 #include "proto.h"  
   
 extern char *__progname;  extern char *__progname;
   
Line 31 
Line 30 
 static int      existing = 0;  static int      existing = 0;
   
 struct cvs_cmd cvs_cmd_remove = {  struct cvs_cmd cvs_cmd_remove = {
         CVS_OP_REMOVE, CVS_REQ_REMOVE, "remove",          CVS_OP_REMOVE, 0, "remove",
         { "rm", "delete" },          { "rm", "delete" },
         "Remove an entry from the repository",          "Remove an entry from the repository",
         "[-flR] [file ...]",          "[-flR] [file ...]",

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53