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

Diff for /src/usr.bin/cvs/release.c between version 1.19 and 1.20

version 1.19, 2005/07/27 10:36:14 version 1.20, 2005/08/01 11:18:10
Line 49 
Line 49 
   
 struct cvs_cmd cvs_cmd_release = {  struct cvs_cmd cvs_cmd_release = {
         CVS_OP_RELEASE, CVS_REQ_RELEASE, "release",          CVS_OP_RELEASE, CVS_REQ_RELEASE, "release",
         { },          { "re", "rel" },
         "Release",          "Release",
         "[-d]",          "[-d]",
         "d",          "d",

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20