emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pcvs-parse.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-parse.el
Date: Mon, 12 May 2003 14:14:52 -0400

Index: emacs/lisp/pcvs-parse.el
diff -c emacs/lisp/pcvs-parse.el:1.16 emacs/lisp/pcvs-parse.el:1.17
*** emacs/lisp/pcvs-parse.el:1.16       Fri May  9 18:37:44 2003
--- emacs/lisp/pcvs-parse.el    Mon May 12 14:14:51 2003
***************
*** 1,6 ****
  ;;; pcvs-parse.el --- the CVS output parser
  
! ;; Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,2002
  ;;             Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
--- 1,6 ----
  ;;; pcvs-parse.el --- the CVS output parser
  
! ;; Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,02,2003
  ;;             Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
***************
*** 266,272 ****
         (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))
  
         ;; File removed, since it is removed (by third party) in repository.
         (and
--- 266,272 ----
         (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 t))
  
         ;; File removed, since it is removed (by third party) in repository.
         (and




reply via email to

[Prev in Thread] Current Thread [Next in Thread]