File: pcvs-info.el.html
The cvs-fileinfo data structure:
When the cvs update is ready we parse the output. Every file
that is affected in some way is added to the cookie collection as
a "fileinfo" (as defined below in cvs-create-fileinfo).
Defined variables (5)
cvs-allow-dir-commit | Allow ‘cvs-mode-commit’ on directories. |
cvs-bakprefix | The prefix that CVS prepends to files when rcsmerge’ing. |
cvs-display-full-name | Specifies how the filenames should be displayed in the listing. |
cvs-states | Fileinfo state descriptions for pcl-cvs. |
cvs-status-map | Local keymap for text properties of status. |
Defined functions (33)
Defined faces (7)
cvs-filename | PCL-CVS face used to highlight file names. |
cvs-handled | PCL-CVS face used to highlight handled file status. |
cvs-header | PCL-CVS face used to highlight directory changes. |
cvs-marked | PCL-CVS face used to highlight marked file indicator. |
cvs-msg | PCL-CVS face used to highlight CVS messages. |
cvs-need-action | PCL-CVS face used to highlight status of files needing action. |
cvs-unknown | PCL-CVS face used to highlight unknown file status. |