Variable: cvs-force-dir-tag

cvs-force-dir-tag is a customizable variable defined in pcvs-defs.el.gz.

Value

t

Documentation

If non-nil, tagging can only be applied to directories.

Tagging should generally be applied a directory at a time, but sometimes it is useful to be able to tag a single file. The normal way to do that is to use cvs-mode-force-command so as to temporarily override the restrictions.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
(defcustom cvs-force-dir-tag t
  "If non-nil, tagging can only be applied to directories.
Tagging should generally be applied a directory at a time, but sometimes it is
useful to be able to tag a single file.  The normal way to do that is to use
`cvs-mode-force-command' so as to temporarily override the restrictions."
  :type '(boolean))