Function: cvs-mode-diff-1

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

Signature

(cvs-mode-diff-1 FLAGS)

Documentation

Diff the selected files against the repository.

This command compares the files in your working area against the revision which they are based upon. This function only works within a *cvs* buffer. For interactive use, use cvs-mode-diff instead.

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