[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.79 and 1.80

version 1.79, 2008/01/10 09:54:04 version 1.80, 2008/01/31 10:15:05
Line 47 
Line 47 
 int import_conflicts = 0;  int import_conflicts = 0;
   
 struct cvs_cmd cvs_cmd_import = {  struct cvs_cmd cvs_cmd_import = {
         CVS_OP_IMPORT, 0, "import",          CVS_OP_IMPORT, CVS_USE_WDIR, "import",
         { "im", "imp" },          { "im", "imp" },
         "Import sources into CVS, using vendor branches",          "Import sources into CVS, using vendor branches",
         "[-b branch] [-d] [-k mode] [-m message] "          "[-b branch] [-d] [-k mode] [-m message] "

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80