Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
11e7734a
Commit
11e7734a
authored
Jul 02, 2004
by
Juri Linkov
Browse files
(Viewing differences): Add `d r'.
parent
a4bdfaf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
man/pcl-cvs.texi
man/pcl-cvs.texi
+11
-0
No files found.
man/pcl-cvs.texi
View file @
11e7734a
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment