[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.100 and 1.101

version 1.100, 2007/01/25 18:56:33 version 1.101, 2007/01/26 21:48:17
Line 321 
Line 321 
                 cf->file_rcs->rf_branch = NULL;                  cf->file_rcs->rf_branch = NULL;
         }          }
   
           if (cf->file_status == FILE_ADDED && cf->file_ent->ce_opts != NULL) {
                   int kflag;
   
                   kflag = rcs_kflag_get(cf->file_ent->ce_opts + 2);
                   rcs_kwexp_set(cf->file_rcs, kflag);
           }
   
         rcs_write(cf->file_rcs);          rcs_write(cf->file_rcs);
   
         if (cf->file_status == FILE_REMOVED) {          if (cf->file_status == FILE_REMOVED) {

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101