Mercurial > emacs
changeset 50957:4f526428ef19
(cvs-parse-table): `New directory' messages include the full path.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 12 May 2003 18:14:51 +0000 |
parents | 510251277445 |
children | d20464e3d617 |
files | lisp/pcvs-parse.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@cs.yale.edu> @@ -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