From 277e1cb381c3f2887d37b992addb290d481637ef Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 12 May 2003 18:14:51 +0000 Subject: [PATCH] (cvs-parse-table): `New directory' messages include the full path. --- lisp/pcvs-parse.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2