]> git.eshelyaron.com Git - emacs.git/commitdiff
(cvs-parse-table): `New directory' messages include the full path.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 May 2003 18:14:51 +0000 (18:14 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 May 2003 18:14:51 +0000 (18:14 +0000)
lisp/pcvs-parse.el

index 2da541717f04c38e5bc8f96d1f4d95e8683779f9..542069f7432ddc33b415402fbafa3c75ad6e100e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; pcvs-parse.el --- the CVS output parser
 
-;; Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,2002
+;; Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,02,2003
 ;;              Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
@@ -266,7 +266,7 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'."
        (and
        (cvs-match "New directory `\\(.*\\)' -- ignored$" (dir 1))
        ;; (cvs-parsed-fileinfo 'MESSAGE " " (file-name-as-directory dir))
-       (cvs-parsed-fileinfo '(NEED-UPDATE . NEW-DIR) dir))
+       (cvs-parsed-fileinfo '(NEED-UPDATE . NEW-DIR) dir t))
 
        ;; File removed, since it is removed (by third party) in repository.
        (and