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

Diff for /src/usr.bin/cvs/init.c between version 1.34 and 1.35

version 1.34, 2008/06/10 15:50:31 version 1.35, 2008/06/23 20:51:08
Line 72 
Line 72 
   
 struct cvs_cmd cvs_cmd_init = {  struct cvs_cmd cvs_cmd_init = {
         CVS_OP_INIT, 0, "init",          CVS_OP_INIT, 0, "init",
         { },          { { 0 }, { 0 } },
         "Create a CVS repository if it doesn't exist",          "Create a CVS repository if it doesn't exist",
         "",          "",
         "",          "",

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35