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

Diff for /src/usr.bin/rcs/ci.c between version 1.84 and 1.85

version 1.84, 2005/12/10 20:27:46 version 1.85, 2005/12/12 09:40:08
Line 81 
Line 81 
         fprintf(stderr,          fprintf(stderr,
             "usage: ci [-MNqTV] [-d[date]] [-f[rev]] [-i[rev]] [-j[rev]]\n"              "usage: ci [-MNqTV] [-d[date]] [-f[rev]] [-i[rev]] [-j[rev]]\n"
             "          [-kmode] [-l[rev]] [-M[rev]] [-mmsg] [-Nsymbol]\n"              "          [-kmode] [-l[rev]] [-M[rev]] [-mmsg] [-Nsymbol]\n"
             "          [-nsymbol] [-r[rev]] [-sstate] [-tfile] [-u[rev]]\n"              "          [-nsymbol] [-r[rev]] [-sstate] [-tfile|str] [-u[rev]]\n"
             "          [-wusername] [-xsuffixes] file ...\n");              "          [-wusername] [-xsuffixes] file ...\n");
 }  }
   
Line 438 
Line 438 
   
         /*          /*
          * XXX this is wrong, we need to get the revision the user           * XXX this is wrong, we need to get the revision the user
          * has the lock for. So we can decide if we want to create a           * has the lock for. So we can decide if we want to create a
          * branch or not. (if it's not current HEAD we need to branch).           * branch or not. (if it's not current HEAD we need to branch).
          */           */
         pb->frev = pb->file->rf_head;          pb->frev = pb->file->rf_head;

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85