]> git.eshelyaron.com Git - emacs.git/commitdiff
(cvs-parse-table): "no longer in repo" does not
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 21:50:00 +0000 (21:50 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 21:50:00 +0000 (21:50 +0000)
make the file dead if we used the -n arg.

lisp/pcvs-parse.el

index 1b2db2eb18af787f2b91b45c612a969c28077fe6..e7df8917ae0527574cbf990c2144cdf5ad71febe 100644 (file)
@@ -5,7 +5,7 @@
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-parse.el,v 1.13 2002/09/03 01:23:15 monnier Exp $
+;; Revision: $Id: pcvs-parse.el,v 1.14 2003/02/04 11:56:55 lektu Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -274,7 +274,8 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'."
        (cvs-or
         (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1))
         (cvs-match "\\(.*\\) is no longer in the repository$" (file 1)))
-       (cvs-parsed-fileinfo 'DEAD file))
+       (cvs-parsed-fileinfo
+        (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file))
 
        ;; [add]
        (and