Function: cvs-mode-diff-repository

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

Signature

(cvs-mode-diff-repository FLAGS)

Documentation

Diff the files for changes in the repository since last co/update/commit.

See cvs-mode-diff for more info.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defun-cvs-mode (cvs-mode-diff-repository . SIMPLE) (flags)
  "Diff the files for changes in the repository since last co/update/commit.
See `cvs-mode-diff' for more info."
  (interactive (list (cvs-flags-query 'cvs-diff-flags "cvs diff flags")))
  (cvs-mode-diff-1 (cons "-rBASE" (cons "-rHEAD" flags))))