[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.26 and 1.27

version 1.26, 2005/06/14 15:27:31 version 1.27, 2005/07/04 07:11:10
Line 58 
Line 58 
         &cvs_cmd_checkout,          &cvs_cmd_checkout,
         &cvs_cmd_commit,          &cvs_cmd_commit,
         &cvs_cmd_diff,          &cvs_cmd_diff,
 #if 0  
         &cvs_cmd_edit,          &cvs_cmd_edit,
         &cvs_cmd_editors,          &cvs_cmd_editors,
         &cvs_cmd_export,          &cvs_cmd_export,
 #endif  
         &cvs_cmd_history,          &cvs_cmd_history,
         &cvs_cmd_import,          &cvs_cmd_import,
         &cvs_cmd_init,          &cvs_cmd_init,
Line 82 
Line 80 
         &cvs_cmd_server,          &cvs_cmd_server,
         &cvs_cmd_status,          &cvs_cmd_status,
         &cvs_cmd_tag,          &cvs_cmd_tag,
 #if 0  
         &cvs_cmd_unedit,          &cvs_cmd_unedit,
 #endif  
         &cvs_cmd_update,          &cvs_cmd_update,
         &cvs_cmd_version,          &cvs_cmd_version,
 #if 0  
         &cvs_cmd_watch,          &cvs_cmd_watch,
         &cvs_cmd_watchers,          &cvs_cmd_watchers,
 #endif  
         NULL          NULL
 };  };
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27