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

Diff for /src/usr.bin/cvs/status.c between version 1.89 and 1.90

version 1.89, 2009/01/14 00:23:30 version 1.90, 2009/02/21 12:47:19
Line 135 
Line 135 
         }          }
   
         if (cf->file_status == FILE_UPTODATE && cf->fd == -1 &&          if (cf->file_status == FILE_UPTODATE && cf->fd == -1 &&
             cf->user_supplied == 0)              !(cf->file_flags & FILE_USER_SUPPLIED))
                 return;                  return;
   
         if (cf->file_rcs != NULL)          if (cf->file_rcs != NULL)

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90