Function: cvs-mode-diff
cvs-mode-diff is an interactive and byte-compiled function defined in
pcvs.el.gz.
Signature
(cvs-mode-diff)
Documentation
Diff the selected files against the repository.
Wrapper function that switches to a *cvs* buffer
before calling the real function cvs-mode-diff-1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defun-cvs-mode (cvs-mode-diff . DOUBLE) (flags)
"Diff the selected files against the repository.
This command compares the files in your working area against the
revision which they are based upon."
(interactive
(list (cvs-add-branch-prefix
(cvs-add-secondary-branch-prefix
(cvs-flags-query 'cvs-diff-flags "cvs diff flags")))))
(cvs-mode-do "diff" flags 'diff
:show t)) ;; :ignore-exit t