/[emacs]/emacs/lisp/pcvs-info.el
ViewVC logotype

Diff of /emacs/lisp/pcvs-info.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by monnier, Wed Apr 14 17:38:23 2004 UTC revision 1.20 by monnier, Tue Sep 7 04:51:47 2004 UTC
# Line 1  Line 1 
1  ;;; pcvs-info.el --- internal representation of a fileinfo entry  ;;; pcvs-info.el --- internal representation of a fileinfo entry
2    
3  ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2004  ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4  ;;           Free Software Foundation, Inc.  ;;   2000, 2004  Free Software Foundation, Inc.
5    
6  ;; Author: Stefan Monnier <monnier@cs.yale.edu>  ;; Author: Stefan Monnier <monnier@cs.yale.edu>
7  ;; Keywords: pcl-cvs  ;; Keywords: pcl-cvs
# Line 274  to confuse some users sometimes." Line 274  to confuse some users sometimes."
274  ;;;;  ;;;;
275    
276  (defconst cvs-states  (defconst cvs-states
277    `((NEED-UPDATE        update diff)    `((NEED-UPDATE        update diff ignore)
278      (UP-TO-DATE         update nil remove diff safe-rm revert)      (UP-TO-DATE         update nil remove diff safe-rm revert)
279      (MODIFIED           update commit undo remove diff merge diff-base)      (MODIFIED           update commit undo remove diff merge diff-base)
280      (ADDED              update commit remove)      (ADDED              update commit remove)
# Line 471  DIR can also be a file." Line 471  DIR can also be a file."
471    
472  (provide 'pcvs-info)  (provide 'pcvs-info)
473    
474  ;;; arch-tag: d85dde07-bdc2-400a-882f-92f398c7b0ba  ;; arch-tag: d85dde07-bdc2-400a-882f-92f398c7b0ba
475  ;;; pcvs-info.el ends here  ;;; pcvs-info.el ends here

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26