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

Diff for /src/usr.bin/cvs/annotate.c between version 1.60 and 1.61

version 1.60, 2008/06/14 04:34:08 version 1.61, 2010/07/23 21:46:05
Line 69 
Line 69 
                 switch (ch) {                  switch (ch) {
                 case 'D':                  case 'D':
                         dateflag = optarg;                          dateflag = optarg;
                         cvs_specified_date = cvs_date_parse(dateflag);                          cvs_specified_date = date_parse(dateflag);
                         break;                          break;
                 case 'f':                  case 'f':
                         force_head = 1;                          force_head = 1;
Line 156 
Line 156 
         int i;          int i;
         char date[10], rnum[13], *p;          char date[10], rnum[13], *p;
         RCSNUM *bnum, *rev;          RCSNUM *bnum, *rev;
         struct cvs_line *line;          struct rcs_line *line;
         struct cvs_line **alines;          struct rcs_line **alines;
   
         cvs_log(LP_TRACE, "cvs_annotate_local(%s)", cf->file_path);          cvs_log(LP_TRACE, "cvs_annotate_local(%s)", cf->file_path);
   

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61