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

Diff for /src/usr.bin/cvs/import.c between version 1.51 and 1.52

version 1.51, 2006/06/16 14:02:37 version 1.52, 2006/06/16 14:07:42
Line 20 
Line 20 
 #include "cvs.h"  #include "cvs.h"
 #include "diff.h"  #include "diff.h"
 #include "log.h"  #include "log.h"
 #include "proto.h"  
   
 int     cvs_import(int, char **);  int     cvs_import(int, char **);
 void    cvs_import_local(struct cvs_file *);  void    cvs_import_local(struct cvs_file *);
Line 43 
Line 42 
 int import_conflicts = 0;  int import_conflicts = 0;
   
 struct cvs_cmd cvs_cmd_import = {  struct cvs_cmd cvs_cmd_import = {
         CVS_OP_IMPORT, CVS_REQ_IMPORT, "import",          CVS_OP_IMPORT, 0, "import",
         { "im", "imp" },          { "im", "imp" },
         "Import sources into CVS, using vendor branches",          "Import sources into CVS, using vendor branches",
         "[-d] [-b branch] [-m message] repository vendor-tag release-tags",          "[-d] [-b branch] [-m message] repository vendor-tag release-tags",

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52