[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.48 and 1.49

version 1.48, 2008/02/02 16:44:11 version 1.49, 2008/02/02 16:59:48
Line 161 
Line 161 
                                 /* Stick at weird GNU cvs, ignore error. */                                  /* Stick at weird GNU cvs, ignore error. */
                                 return;                                  return;
   
                         /* -f is not allowed for unknown symbols */  
                         rev = rcsnum_parse(cvs_specified_tag);  
                         if (rev == NULL)  
                                 fatal("no such tag %s", cvs_specified_tag);  
   
                         rcsnum_free(rev);  
                         rev = rcsnum_alloc();                          rev = rcsnum_alloc();
                         rcsnum_cpy(cf->file_rcs->rf_head, rev, 0);                          rcsnum_cpy(cf->file_rcs->rf_head, rev, 0);
                 }                  }

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49