From: Stefan Monnier Date: Mon, 12 May 2003 18:14:51 +0000 (+0000) Subject: (cvs-parse-table): `New directory' messages include the full path. X-Git-Tag: ttn-vms-21-2-B4~10195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=277e1cb381c3f2887d37b992addb290d481637ef;p=emacs.git (cvs-parse-table): `New directory' messages include the full path. --- diff --git a/lisp/pcvs-parse.el b/lisp/pcvs-parse.el index 2da541717f0..542069f7432 100644 --- a/lisp/pcvs-parse.el +++ b/lisp/pcvs-parse.el @@ -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 @@ -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