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

Diff for /src/usr.bin/cvs/commit.c between version 1.108 and 1.109

version 1.108, 2007/06/28 17:45:49 version 1.109, 2007/08/30 11:07:18
Line 133 
Line 133 
                 if (!(flags & CR_RECURSE_DIRS))                  if (!(flags & CR_RECURSE_DIRS))
                         cvs_client_send_request("Argument -l");                          cvs_client_send_request("Argument -l");
   
                 cvs_client_send_request("Argument -m%s", logmsg);                  if (logmsg != NULL)
                           cvs_client_send_logmsg(logmsg);
   
                 cvs_client_send_files(argv, argc);                  cvs_client_send_files(argv, argc);
                 cvs_client_senddir(".");                  cvs_client_senddir(".");

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109