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

Diff for /src/usr.bin/cvs/cmd.c between version 1.60 and 1.61

version 1.60, 2007/06/26 18:02:43 version 1.61, 2007/06/27 20:27:38
Line 53 
Line 53 
         &cvs_cmd_update,          &cvs_cmd_update,
         &cvs_cmd_version,          &cvs_cmd_version,
 #if 0  #if 0
         &cvs_cmd_checkout,  
         &cvs_cmd_edit,          &cvs_cmd_edit,
         &cvs_cmd_editors,          &cvs_cmd_editors,
 #if 0  
         &cvs_cmd_login,  
         &cvs_cmd_logout,  
 #endif  
         &cvs_cmd_rdiff,          &cvs_cmd_rdiff,
         &cvs_cmd_rtag,          &cvs_cmd_rtag,
         &cvs_cmd_unedit,          &cvs_cmd_unedit,
         &cvs_cmd_update,  
         &cvs_cmd_watch,          &cvs_cmd_watch,
         &cvs_cmd_watchers,          &cvs_cmd_watchers,
 #endif  #endif

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61