[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.59 and 1.60

version 1.59, 2007/06/26 02:24:10 version 1.60, 2007/06/26 18:02:43
Line 44 
Line 44 
         &cvs_cmd_import,          &cvs_cmd_import,
         &cvs_cmd_init,          &cvs_cmd_init,
         &cvs_cmd_log,          &cvs_cmd_log,
           &cvs_cmd_release,
         &cvs_cmd_remove,          &cvs_cmd_remove,
         &cvs_cmd_rlog,          &cvs_cmd_rlog,
         &cvs_cmd_server,          &cvs_cmd_server,
Line 60 
Line 61 
         &cvs_cmd_logout,          &cvs_cmd_logout,
 #endif  #endif
         &cvs_cmd_rdiff,          &cvs_cmd_rdiff,
         &cvs_cmd_release,  
         &cvs_cmd_rtag,          &cvs_cmd_rtag,
         &cvs_cmd_unedit,          &cvs_cmd_unedit,
         &cvs_cmd_update,          &cvs_cmd_update,

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