[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.68 and 1.69

version 1.68, 2006/06/01 20:00:52 version 1.69, 2006/06/04 09:52:56
Line 159 
Line 159 
         cvs_log(LP_TRACE, "cvs_commit_local(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_commit_local(%s)", cf->file_path);
         cvs_file_classify(cf, NULL, 0);          cvs_file_classify(cf, NULL, 0);
   
           if (cvs_noexec == 1)
                   return;
   
         if (cf->file_type != CVS_FILE)          if (cf->file_type != CVS_FILE)
                 fatal("cvs_commit_local: '%s' is not a file", cf->file_path);                  fatal("cvs_commit_local: '%s' is not a file", cf->file_path);
   

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69