[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.49 and 1.50

version 1.49, 2008/02/02 16:59:48 version 1.50, 2008/02/03 16:59:11
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.49  
changed lines
  Added in v.1.50