[BACK]Return to file.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/file.c between version 1.258 and 1.259

version 1.258, 2009/03/28 16:47:33 version 1.259, 2010/07/13 20:47:19
Line 956 
Line 956 
                                                 cf->file_status = FILE_MERGE;                                                  cf->file_status = FILE_MERGE;
                                         else                                          else
                                                 cf->file_status = FILE_PATCH;                                                  cf->file_status = FILE_PATCH;
                                 } else if (cf->file_ent->ce_conflict != NULL &&  
                                     cf->file_status != FILE_MODIFIED) {  
                                         cf->file_status = FILE_CONFLICT;  
                                 }                                  }
                         }                          }
                 }                  }

Legend:
Removed from v.1.258  
changed lines
  Added in v.1.259