[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.68 and 1.69

version 1.68, 2008/01/28 20:31:07 version 1.69, 2008/01/31 10:15:05
Line 32 
Line 32 
 static int      existing = 0;  static int      existing = 0;
   
 struct cvs_cmd cvs_cmd_remove = {  struct cvs_cmd cvs_cmd_remove = {
         CVS_OP_REMOVE, 0, "remove",          CVS_OP_REMOVE, CVS_USE_WDIR, "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.68  
changed lines
  Added in v.1.69