Function: cvs-mode-tree

cvs-mode-tree is an interactive and byte-compiled function defined in pcvs.el.gz.

Signature

(cvs-mode-tree FLAGS)

Documentation

Call cvstree using the file under the point as a keyfile.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defun-cvs-mode (cvs-mode-tree . SIMPLE) (flags)
  "Call cvstree using the file under the point as a keyfile."
  (interactive (list (cvs-flags-query 'cvs-status-flags "cvs status flags")))
  (cvs-mode-run "status" (cons "-v" flags) (cvs-mode-marked nil "status")
		:buf (cvs-temp-buffer "tree")
		:dont-change-disc t
		:postproc #'cvs-status-cvstrees))