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

Diff for /src/usr.bin/cvs/client.c between version 1.98 and 1.99

version 1.98, 2008/02/03 17:20:14 version 1.99, 2008/02/03 18:18:44
Line 86 
Line 86 
         { "update-patches",     0,      cvs_server_update_patches, 0 },          { "update-patches",     0,      cvs_server_update_patches, 0 },
         { "gzip-file-contents", 0,      NULL, 0 },          { "gzip-file-contents", 0,      NULL, 0 },
         { "status",             0,      cvs_server_status,      REQ_NEEDDIR },          { "status",             0,      cvs_server_status,      REQ_NEEDDIR },
         { "rdiff",              0,      NULL, 0 },          { "rdiff",              0,      cvs_server_rdiff, 0 },
         { "tag",                0,      cvs_server_tag,         REQ_NEEDDIR },          { "tag",                0,      cvs_server_tag,         REQ_NEEDDIR },
         { "rtag",               0,      cvs_server_rtag, 0 },          { "rtag",               0,      cvs_server_rtag, 0 },
         { "import",             0,      cvs_server_import,      REQ_NEEDDIR },          { "import",             0,      cvs_server_import,      REQ_NEEDDIR },

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99