[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.67 and 1.68

version 1.67, 2006/11/08 22:05:52 version 1.68, 2006/11/10 15:49:03
Line 50 
Line 50 
         { "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]",
         "bd:hlNRr:s:tw::",          "bd:hlNRr:s:tw:",
         NULL,          NULL,
         cvs_getlog          cvs_getlog
 };  };
Line 287 
Line 287 
                 cvs_argv_destroy(wargv);                  cvs_argv_destroy(wargv);
         }          }
   
         if ((((runflags & L_STATES) && (runflags & L_LOGINS)) ||          if ((runflags & (L_STATES|L_LOGINS)) && found == 0)
             (runflags & (L_STATES | L_LOGINS))) && found == 0)  
                 return;                  return;
   
         cvs_printf("%s\n", LOG_REVSEP);          cvs_printf("%s\n", LOG_REVSEP);

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68