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

Diff for /src/usr.bin/cvs/history.c between version 1.33 and 1.34

version 1.33, 2007/08/09 05:56:44 version 1.34, 2007/09/10 10:56:37
Line 32 
Line 32 
 struct cvs_cmd          cvs_cmd_history = {  struct cvs_cmd          cvs_cmd_history = {
         CVS_OP_HISTORY, 0, "history",          CVS_OP_HISTORY, 0, "history",
         { "hi", "his" },                        /* omghi2you */          { "hi", "his" },                        /* omghi2you */
         "Display the history of actions done in the base repository",          "Display history of actions done in the base repository",
         "[-ac]",          "[-ac]",
         "ac",          "ac",
         NULL,          NULL,

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34