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

Diff for /src/usr.bin/cvs/getlog.c between version 1.80 and 1.81

version 1.80, 2008/01/12 22:39:32 version 1.81, 2008/01/31 10:15:05
Line 40 
Line 40 
 char    *wlist = NULL;  char    *wlist = NULL;
   
 struct cvs_cmd cvs_cmd_log = {  struct cvs_cmd cvs_cmd_log = {
         CVS_OP_LOG, 0, "log",          CVS_OP_LOG, CVS_USE_WDIR, "log",
         { "lo" },          { "lo" },
         "Print out history information for files",          "Print out history information for files",
         "[-bhlNRt] [-d dates] [-r revisions] [-s states] [-w logins]",          "[-bhlNRt] [-d dates] [-r revisions] [-s states] [-w logins]",
Line 106 
Line 106 
         argv += optind;          argv += optind;
   
         if (cvs_cmdop == CVS_OP_RLOG) {          if (cvs_cmdop == CVS_OP_RLOG) {
                   flags |= CR_REPO;
   
                 if (argc == 0)                  if (argc == 0)
                         return 0;                          return 0;
   

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81