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

Diff for /src/usr.bin/cvs/status.c between version 1.64 and 1.65

version 1.64, 2006/06/07 15:21:47 version 1.65, 2006/06/16 14:07:42
Line 20 
Line 20 
   
 #include "cvs.h"  #include "cvs.h"
 #include "log.h"  #include "log.h"
 #include "proto.h"  
   
 int     cvs_status(int, char **);  int     cvs_status(int, char **);
 void    cvs_status_local(struct cvs_file *);  void    cvs_status_local(struct cvs_file *);
Line 28 
Line 27 
 static int show_sym = 0;  static int show_sym = 0;
   
 struct cvs_cmd cvs_cmd_status = {  struct cvs_cmd cvs_cmd_status = {
         CVS_OP_STATUS, CVS_REQ_STATUS, "status",          CVS_OP_STATUS, 0, "status",
         { "st", "stat" },          { "st", "stat" },
         "Display status information on checked out files",          "Display status information on checked out files",
         "[-lRv]",          "[-lRv]",

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65