[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.123 and 1.124

version 1.123, 2008/01/29 11:58:59 version 1.124, 2008/01/31 10:15:05
Line 42 
Line 42 
 char    *logmsg = NULL;  char    *logmsg = NULL;
   
 struct cvs_cmd cvs_cmd_commit = {  struct cvs_cmd cvs_cmd_commit = {
         CVS_OP_COMMIT, 0, "commit",          CVS_OP_COMMIT, CVS_USE_WDIR, "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.123  
changed lines
  Added in v.1.124