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

Diff for /src/usr.bin/cvs/update.c between version 1.73 and 1.74

version 1.73, 2006/06/14 15:17:54 version 1.74, 2006/06/16 14:07:42
Line 20 
Line 20 
 #include "cvs.h"  #include "cvs.h"
 #include "log.h"  #include "log.h"
 #include "diff.h"  #include "diff.h"
 #include "proto.h"  
   
 int     cvs_update(int, char **);  int     cvs_update(int, char **);
 int     prune_dirs = 0;  int     prune_dirs = 0;
Line 31 
Line 30 
 static void update_clear_conflict(struct cvs_file *);  static void update_clear_conflict(struct cvs_file *);
   
 struct cvs_cmd cvs_cmd_update = {  struct cvs_cmd cvs_cmd_update = {
         CVS_OP_UPDATE, CVS_REQ_UPDATE, "update",          CVS_OP_UPDATE, 0, "update",
         { "up", "upd" },          { "up", "upd" },
         "Bring work tree in sync with repository",          "Bring work tree in sync with repository",
         "[-ACdflPpR] [-D date | -r rev] [-I ign] [-j rev] [-k mode] "          "[-ACdflPpR] [-D date | -r rev] [-I ign] [-j rev] [-k mode] "

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74