[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.61 and 1.62

version 1.61, 2010/07/23 21:46:05 version 1.62, 2010/07/30 21:47:18
Line 69 
Line 69 
                 switch (ch) {                  switch (ch) {
                 case 'D':                  case 'D':
                         dateflag = optarg;                          dateflag = optarg;
                         cvs_specified_date = date_parse(dateflag);                          if ((cvs_specified_date = date_parse(dateflag)) == -1)
                                   fatal("invalid date: %s", dateflag);
                         break;                          break;
                 case 'f':                  case 'f':
                         force_head = 1;                          force_head = 1;

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