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

Diff for /src/usr.bin/cvs/edit.c between version 1.41 and 1.42

version 1.41, 2008/01/28 20:31:07 version 1.42, 2008/01/31 10:15:05
Line 42 
Line 42 
 static int      edit_aflags = 0;  static int      edit_aflags = 0;
   
 struct cvs_cmd cvs_cmd_edit = {  struct cvs_cmd cvs_cmd_edit = {
         CVS_OP_EDIT, 0, "edit",          CVS_OP_EDIT, CVS_USE_WDIR, "edit",
         { },          { },
         "Get ready to edit a watched file",          "Get ready to edit a watched file",
         "[-lR] [-a action] [file ...]",          "[-lR] [-a action] [file ...]",
Line 52 
Line 52 
 };  };
   
 struct cvs_cmd cvs_cmd_editors = {  struct cvs_cmd cvs_cmd_editors = {
         CVS_OP_EDITORS, 0, "editors",          CVS_OP_EDITORS, CVS_USE_WDIR, "editors",
         { },          { },
         "See who is editing a watched file",          "See who is editing a watched file",
         "[-lR] [file ...]",          "[-lR] [file ...]",
Line 62 
Line 62 
 };  };
   
 struct cvs_cmd cvs_cmd_unedit = {  struct cvs_cmd cvs_cmd_unedit = {
         CVS_OP_UNEDIT, 0, "unedit",          CVS_OP_UNEDIT, CVS_USE_WDIR, "unedit",
         { },          { },
         "Undo an edit command",          "Undo an edit command",
         "[-lR] [file ...]",          "[-lR] [file ...]",

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42