[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.91 and 1.92

version 1.91, 2007/01/12 17:25:33 version 1.92, 2007/01/12 18:27:18
Line 102 
Line 102 
                 fatal("%d conflicts found, please correct these first",                  fatal("%d conflicts found, please correct these first",
                     conflicts_found);                      conflicts_found);
   
           if (TAILQ_EMPTY(&files_affected))
                   return (0);
   
         if (logmsg == NULL && cvs_server_active == 0) {          if (logmsg == NULL && cvs_server_active == 0) {
                 logmsg = cvs_logmsg_create(&files_added, &files_removed,                  logmsg = cvs_logmsg_create(&files_added, &files_removed,
                     &files_modified);                      &files_modified);

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92