[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.85 and 1.86

version 1.85, 2008/06/08 16:20:49 version 1.86, 2008/06/08 18:07:44
Line 230 
Line 230 
                         cvs_printf("   Sticky Options:\t(none)\n");                          cvs_printf("   Sticky Options:\t(none)\n");
         }          }
   
         if (cf->file_status == FILE_UPTODATE &&          if (cf->file_rcs != NULL && show_sym == 1) {
             cf->file_status != FILE_MODIFIED && show_sym == 1) {  
                 cvs_printf("\n");                  cvs_printf("\n");
                 cvs_printf("   Existing Tags:\n");                  cvs_printf("   Existing Tags:\n");
   

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86