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, 24 Jun 2002 18:49:06 -0400

Index: emacs/lisp/pcvs-parse.el
diff -c emacs/lisp/pcvs-parse.el:1.11 emacs/lisp/pcvs-parse.el:1.12
*** emacs/lisp/pcvs-parse.el:1.11       Sun Mar 17 15:48:14 2002
--- emacs/lisp/pcvs-parse.el    Mon Jun 24 18:49:06 2002
***************
*** 1,10 ****
  ;;; pcvs-parse.el --- the CVS output parser
  
! ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000  Free Software 
Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-parse.el,v 1.11 2002/03/17 20:48:14 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 1,11 ----
  ;;; 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>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-parse.el,v 1.12 2002/06/24 22:49:06 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 354,360 ****
         ;; just a note
         (cvs-match "use '.+ commit' to \\sw+ th\\sw+ files? permanently$")
         ;; [add,status] followed by a more complete status description anyway
!        (cvs-match "nothing known about .*$")
         ;; [update] problem with patch
         (cvs-match "checksum failure after patch to .*; will refetch$")
         (cvs-match "refetching unpatchable files$")
--- 355,362 ----
         ;; just a note
         (cvs-match "use '.+ commit' to \\sw+ th\\sw+ files? permanently$")
         ;; [add,status] followed by a more complete status description anyway
!        (and (cvs-match "nothing known about \\(.*\\)$" (path 1))
!           (cvs-parsed-fileinfo 'DEAD path 'trust))
         ;; [update] problem with patch
         (cvs-match "checksum failure after patch to .*; will refetch$")
         (cvs-match "refetching unpatchable files$")



reply via email to

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