summaryrefslogtreecommitdiff
path: root/lisp/pcvs-info.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-09-07 04:51:47 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-09-07 04:51:47 +0000
commit45ce59421eb2876e8169f4fbfe42b95d61da9bb6 (patch)
treeb2dc28e9b39fa2916b2f3e7fc591a26a5e2ff70f /lisp/pcvs-info.el
parent86d660c6c2a0c15e936e432977d9eccd12961812 (diff)
downloademacs-45ce59421eb2876e8169f4fbfe42b95d61da9bb6.tar.gz
(cvs-states): Allow `ignore' on NEED-UPDATE.
It's not crucial but can make sense at times.
Diffstat (limited to 'lisp/pcvs-info.el')
-rw-r--r--lisp/pcvs-info.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/pcvs-info.el b/lisp/pcvs-info.el
index a26b99445c8..77e165b2462 100644
--- a/lisp/pcvs-info.el
+++ b/lisp/pcvs-info.el
@@ -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 @@ to confuse some users sometimes."
;;;;
(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 @@ DIR can also be a file."
(provide 'pcvs-info)
-;;; arch-tag: d85dde07-bdc2-400a-882f-92f398c7b0ba
+;; arch-tag: d85dde07-bdc2-400a-882f-92f398c7b0ba
;;; pcvs-info.el ends here