From: Juri Linkov Date: Fri, 2 Jul 2004 04:36:27 +0000 (+0000) Subject: (Viewing differences): Add `d r'. X-Git-Tag: ttn-vms-21-2-B4~5572 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11e7734ae4f5844631776e0e98fc9655734c272a;p=emacs.git (Viewing differences): Add `d r'. --- diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index 2bd6703dac6..a99cd39a8d9 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi @@ -1025,11 +1025,15 @@ This runs @code{cvs-mode-ignore}. @kindex =@r{--run @samp{cvs diff}} @kindex db@r{--diff against base version} @kindex dh@r{--diff against head of repository} +@kindex dr@r{--diff between base and head of repository} @kindex dv@r{--diff against vendor branch} +@kindex dy@r{--diff against yesterday's head} @findex cvs-mode-diff @findex cvs-mode-diff-backup @findex cvs-mode-diff-head +@findex cvs-mode-diff-repository @findex cvs-mode-diff-vendor +@findex cvs-mode-diff-yesterday @vindex cvs-invert-ignore-marks@r{ (variable)} @table @kbd @@ -1053,6 +1057,13 @@ Display a @samp{cvs diff} between the selected files and the head revision in the repository (the most recent version on the current branch) (@code{cvs-mode-diff-head}).@refill +@item d r +Display a @samp{cvs diff} between the base revision of the selected +files and the head revision in the repository. This displays the +changes anyone has committed to the repository since you last executed +"checkout", "update" or "commit". +(@code{cvs-mode-diff-repository}).@refill + @item d v Display a @samp{cvs diff} between the selected files and the head revision of the vendor branch in the repository.