Viewing differences
===================
`='
`d ='
`d d'
Display a `cvs diff' between the selected files and the RCS version
that they are based on. (`cvs-mode-diff-cvs').
`d b'
If CVS finds a conflict while merging two versions of a file
(during a `cvs update', see Updating the directory.) it will
save the original file in a file called `.#FILE.VERSION' where
FILE is the name of the file, and VERSION is the RCS version
number that your file was based on.
With the `b' command you can run a `diff' on the files
`.#FILE.VERSION' and `FILE'. This command only works on files
that have status `Conflict' or `Merged'. (`cvs-mode-diff-backup').
`d h'
Display a `cvs diff' between the selected files and the head
revision in the repository. (`cvs-mode-diff-head').
`d v'
Display a `cvs diff' between the selected files and the head
revision of the vendor branch in the repository.
(`cvs-mode-diff-vendor').
For all of the diffing commands, if `cvs-diff-ignore-marks' is set
to a non-`nil' value or if the command `T' (`cvs-mode-toggle-marks') is
given immediately preceding the command, any marked files will not be
considered to be selected.
Also, you can get a context- or unified diff by setting
`cvs-diff-flags'. See Customization and also See Setting flags.