# HG changeset patch # User Stefan Monnier # Date 1052763291 0 # Node ID 4f526428ef19db20d941665dd03b026ab252c552 # Parent 510251277445ce608a509ceeb43954693b131bf8 (cvs-parse-table): `New directory' messages include the full path. diff -r 510251277445 -r 4f526428ef19 lisp/pcvs-parse.el --- a/lisp/pcvs-parse.el Mon May 12 17:49:22 2003 +0000 +++ b/lisp/pcvs-parse.el Mon May 12 18:14:51 2003 +0000 @@ -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 @@ (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