Function: cvs-mode-diff-head
cvs-mode-diff-head is an interactive and byte-compiled function
defined in pcvs.el.gz.
Signature
(cvs-mode-diff-head FLAGS)
Documentation
Diff the selected files against the head of the current branch.
See cvs-mode-diff for more info.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
:show t)) ;; :ignore-exit t
(defun-cvs-mode (cvs-mode-diff-head . SIMPLE) (flags)
"Diff the selected files against the head of the current branch.
See `cvs-mode-diff' for more info."
(interactive (list (cvs-flags-query 'cvs-diff-flags "cvs diff flags")))
(cvs-mode-diff-1 (cons "-rHEAD" flags)))