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

Diff for /src/usr.bin/cvs/commit.c between version 1.73 and 1.74

version 1.73, 2006/06/14 14:10:50 version 1.74, 2006/06/16 14:07:42
Line 21 
Line 21 
 #include "cvs.h"  #include "cvs.h"
 #include "diff.h"  #include "diff.h"
 #include "log.h"  #include "log.h"
 #include "proto.h"  
   
 int     cvs_commit(int, char **);  int     cvs_commit(int, char **);
 void    cvs_commit_local(struct cvs_file *);  void    cvs_commit_local(struct cvs_file *);
Line 35 
Line 34 
 char    *logmsg;  char    *logmsg;
   
 struct cvs_cmd cvs_cmd_commit = {  struct cvs_cmd cvs_cmd_commit = {
         CVS_OP_COMMIT, CVS_REQ_CI, "commit",          CVS_OP_COMMIT, 0, "commit",
         { "ci", "com" },          { "ci", "com" },
         "Check files into the repository",          "Check files into the repository",
         "[-flR] [-F logfile | -m msg] [-r rev] ...",          "[-flR] [-F logfile | -m msg] [-r rev] ...",

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74