]> git.eshelyaron.com Git - emacs.git/commitdiff
(Viewing differences): Add `d r'.
authorJuri Linkov <juri@jurta.org>
Fri, 2 Jul 2004 04:36:27 +0000 (04:36 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 2 Jul 2004 04:36:27 +0000 (04:36 +0000)
man/pcl-cvs.texi

index 2bd6703dac6316a4a9ae86a5823a9d25abd7b30c..a99cd39a8d93e9b2133cc775ec653215573a93e4 100644 (file)
@@ -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.