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

Diff for /src/usr.bin/cvs/tag.c between version 1.52 and 1.53

version 1.52, 2006/11/09 12:51:23 version 1.53, 2007/01/11 02:35:55
Line 117 
Line 117 
         cr.leavedir = NULL;          cr.leavedir = NULL;
   
         if (current_cvsroot->cr_method != CVS_METHOD_LOCAL) {          if (current_cvsroot->cr_method != CVS_METHOD_LOCAL) {
                   cvs_client_connect_to_server();
                 cr.fileproc = cvs_client_sendfile;                  cr.fileproc = cvs_client_sendfile;
   
                 if (runflags & T_CHECK_UPTODATE)                  if (runflags & T_CHECK_UPTODATE)

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53