[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.44 and 1.45

version 1.44, 2008/01/28 20:31:07 version 1.45, 2008/01/31 10:15:05
Line 34 
Line 34 
 static int       force_head = 0;  static int       force_head = 0;
   
 struct cvs_cmd cvs_cmd_annotate = {  struct cvs_cmd cvs_cmd_annotate = {
         CVS_OP_ANNOTATE, 0, "annotate",          CVS_OP_ANNOTATE, CVS_USE_WDIR, "annotate",
         { "ann", "blame" },          { "ann", "blame" },
         "Show last revision where each line was modified",          "Show last revision where each line was modified",
         "[-flR] [-D date | -r rev] [file ...]",          "[-flR] [-D date | -r rev] [file ...]",

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45