[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.149 and 1.150

version 1.149, 2006/04/17 12:03:19 version 1.150, 2006/04/18 02:46:21
Line 128 
Line 128 
                         rcs_setrevstr(&rev_str, rcs_optarg);                          rcs_setrevstr(&rev_str, rcs_optarg);
                         pb.flags |= FORCE;                          pb.flags |= FORCE;
                         break;                          break;
                 case 'h':  
                         (usage)();  
                         exit(0);  
                         /* NOTREACHED */  
                 case 'I':                  case 'I':
                         rcs_setrevstr(&rev_str, rcs_optarg);                          rcs_setrevstr(&rev_str, rcs_optarg);
                         pb.flags |= INTERACTIVE;                          pb.flags |= INTERACTIVE;

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150