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

Diff for /src/usr.bin/cvs/root.c between version 1.23 and 1.24

version 1.23, 2005/08/10 14:49:20 version 1.24, 2005/08/10 16:01:27
Line 162 
Line 162 
                 if (root->cr_method == CVS_METHOD_NONE)                  if (root->cr_method == CVS_METHOD_NONE)
                         root->cr_method = CVS_METHOD_LOCAL;                          root->cr_method = CVS_METHOD_LOCAL;
                 /* stop here, it's just a path */                  /* stop here, it's just a path */
                   TAILQ_INSERT_HEAD(&cvs_rcache, root, root_cache);
                 return (root);                  return (root);
         }          }
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24