[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.10 and 1.11

version 1.10, 2004/12/08 17:22:48 version 1.11, 2004/12/13 23:08:45
Line 109 
Line 109 
                 return (EX_DATAERR);                  return (EX_DATAERR);
   
         cvs_file_examine(cvs_files, cvs_commit_prepare, &cl);          cvs_file_examine(cvs_files, cvs_commit_prepare, &cl);
           if (TAILQ_EMPTY(&cl))
                   return (0);
   
         if (msg == NULL) {          if (msg == NULL) {
                 msg = cvs_logmsg_get(CVS_FILE_NAME(cvs_files), NULL, &cl, NULL);                  msg = cvs_logmsg_get(CVS_FILE_NAME(cvs_files), NULL, &cl, NULL);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11