mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Rename node from "Outgoing Base Diffs" to "Outstanding Changes"
There are going to be new outstanding changes commands that will deal in logs, not diffs. * doc/emacs/vc1-xtra.texi (Outgoing Base Diffs): Rename and retitle node ... (Outstanding Changes): ... to this.
This commit is contained in:
parent
fbbce9d405
commit
35912a8c64
2 changed files with 4 additions and 4 deletions
|
|
@ -871,7 +871,7 @@ Miscellaneous Commands and Features of VC
|
|||
* VC Delete/Rename:: Deleting and renaming version-controlled files.
|
||||
* Revision Tags:: Symbolic names for revisions.
|
||||
* Merge Bases:: The most recent revision existing on both branches.
|
||||
* Outgoing Base Diffs:: Diffs including all outstanding changes on a branch.
|
||||
* Outstanding Changes:: Diffs including all outstanding changes on a branch.
|
||||
* Other Working Trees:: Multiple sets of workfiles.
|
||||
* Version Headers:: Inserting version control headers into working files.
|
||||
* Editing VC Commands:: Editing the VC shell commands that Emacs will run.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* VC Delete/Rename:: Deleting and renaming version-controlled files.
|
||||
* Revision Tags:: Symbolic names for revisions.
|
||||
* Merge Bases:: The most recent revision existing on both branches.
|
||||
* Outgoing Base Diffs:: Diffs including all outstanding changes on a branch.
|
||||
* Outstanding Changes:: Diffs including all outstanding changes on a branch.
|
||||
* Other Working Trees:: Multiple sets of workfiles.
|
||||
* Version Headers:: Inserting version control headers into working files.
|
||||
* Editing VC Commands:: Editing the VC shell commands that Emacs will run.
|
||||
|
|
@ -293,8 +293,8 @@ on the target branch if you were to merge the source branch into it, and
|
|||
@kbd{C-x v M L} shows you a log of the changes on the source branch not
|
||||
yet merged into the target branch.
|
||||
|
||||
@node Outgoing Base Diffs
|
||||
@subsubsection Commands for diffs including all outstanding changes
|
||||
@node Outstanding Changes
|
||||
@subsubsection Commands to see all outstanding changes
|
||||
@cindex outstanding changes
|
||||
|
||||
@table @kbd
|
||||
|
|
|
|||
Loading…
Reference in a new issue