changeset 56955:53103758d397

(cvs-states): Allow `ignore' on NEED-UPDATE. It's not crucial but can make sense at times.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 07 Sep 2004 04:51:47 +0000
parents 242cddb00aef
children 14b1949ce3d4
files lisp/pcvs-info.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/pcvs-info.el	Tue Sep 07 04:49:03 2004 +0000
+++ b/lisp/pcvs-info.el	Tue Sep 07 04:51:47 2004 +0000
@@ -1,7 +1,7 @@
 ;;; pcvs-info.el --- internal representation of a fileinfo entry
 
-;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2004
-;;           Free Software Foundation, Inc.
+;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+;;   2000, 2004  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
@@ -274,7 +274,7 @@
 ;;;;
 
 (defconst cvs-states
-  `((NEED-UPDATE	update diff)
+  `((NEED-UPDATE	update diff ignore)
     (UP-TO-DATE		update nil remove diff safe-rm revert)
     (MODIFIED		update commit undo remove diff merge diff-base)
     (ADDED		update commit remove)
@@ -471,5 +471,5 @@
 
 (provide 'pcvs-info)
 
-;;; arch-tag: d85dde07-bdc2-400a-882f-92f398c7b0ba
+;; arch-tag: d85dde07-bdc2-400a-882f-92f398c7b0ba
 ;;; pcvs-info.el ends here