[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.28 and 1.29

version 1.28, 2007/06/18 17:54:13 version 1.29, 2007/06/20 16:25:46
Line 31 
Line 31 
   
 struct cvs_cmd          cvs_cmd_history = {  struct cvs_cmd          cvs_cmd_history = {
         CVS_OP_HISTORY, 0, "history",          CVS_OP_HISTORY, 0, "history",
         { "hi" },                               /* omghi2you */          { "hi", "his" },                        /* omghi2you */
         "Display the history of actions done in the base repository",          "Display the history of actions done in the base repository",
         "[-ac]",          "[-ac]",
         "ac",          "ac",

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29