[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.215 and 1.216

version 1.215, 2008/02/04 18:23:58 version 1.216, 2008/02/08 21:32:07
Line 644 
Line 644 
                         fatal("%s is supposed to be a file, but it is not",                          fatal("%s is supposed to be a file, but it is not",
                             cf->file_path);                              cf->file_path);
   
                 if (cf->file_ent->ce_tag != NULL)                  if (cf->file_ent->ce_tag != NULL && cvs_specified_tag == NULL)
                         tag = cf->file_ent->ce_tag;                          tag = cf->file_ent->ce_tag;
         }          }
   

Legend:
Removed from v.1.215  
changed lines
  Added in v.1.216