[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.62 and 1.63

version 1.62, 2006/06/02 19:10:24 version 1.63, 2006/06/16 14:07:42
Line 20 
Line 20 
 #include "cvs.h"  #include "cvs.h"
 #include "diff.h"  #include "diff.h"
 #include "log.h"  #include "log.h"
 #include "proto.h"  
   
 #define LOG_REVSEP \  #define LOG_REVSEP \
 "----------------------------"  "----------------------------"
Line 34 
Line 33 
 char    *logrev = NULL;  char    *logrev = NULL;
   
 struct cvs_cmd cvs_cmd_log = {  struct cvs_cmd cvs_cmd_log = {
         CVS_OP_LOG, CVS_REQ_LOG, "log",          CVS_OP_LOG, 0, "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]",

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63