/[emacs]/emacs/lisp/pcvs-parse.el
ViewVC logotype

Diff of /emacs/lisp/pcvs-parse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by lektu, Tue Feb 4 11:56:55 2003 UTC revision 1.15 by monnier, Mon Feb 10 21:50:00 2003 UTC
# Line 274  The remaining KEYS are passed directly t Line 274  The remaining KEYS are passed directly t
274          (cvs-or          (cvs-or
275           (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1))           (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1))
276           (cvs-match "\\(.*\\) is no longer in the repository$" (file 1)))           (cvs-match "\\(.*\\) is no longer in the repository$" (file 1)))
277          (cvs-parsed-fileinfo 'DEAD file))          (cvs-parsed-fileinfo
278             (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file))
279    
280         ;; [add]         ;; [add]
281         (and         (and

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26