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

Diff for /src/usr.bin/cvs/cvs.c between version 1.59 and 1.60

version 1.59, 2005/04/22 15:06:28 version 1.60, 2005/04/25 17:59:16
Line 123 
Line 123 
         },          },
         {          {
                 CVS_OP_DIFF, "diff",     { "di",  "dif" }, &cvs_diff,                  CVS_OP_DIFF, "diff",     { "di",  "dif" }, &cvs_diff,
                 "[-cilNpu] [-D date] [-r rev] ...",                  "[-cilNpRu] [-D date] [-r rev] ...",
                 "cD:ilNpr:Ru",                  "cD:ilNpRr:u",
                 "Show differences between revisions",                  "Show differences between revisions",
                 NULL                  NULL
         },          },
Line 434 
Line 434 
                 break;                  break;
         case CVS_EX_FILE:          case CVS_EX_FILE:
                 cvs_log(LP_ABORT, "an operation on a file or directory failed");                  cvs_log(LP_ABORT, "an operation on a file or directory failed");
                   break;
           case CVS_EX_BADROOT:
                   cvs_log(LP_ABORT,
                       "No CVSROOT specified! Please use the `-d' option");
                   cvs_log(LP_ABORT,
                       "or set the CVSROOT enviroment variable.");
                 break;                  break;
         default:          default:
                 break;                  break;

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60