@node VC Change Log
@subsection VC Change Log
+@cindex VC change log
@table @kbd
@item C-x v l
@file{*vc-change-log*} buffer to reveal the entire log entry for the
revision at point. A second @key{RET} hides it again.
+@kindex C-x v I
+@kindex C-x v O
+@findex vc-log-incoming
+@findex vc-log-outgoing
On a decentralized version control system, the @kbd{C-x v I}
(@code{vc-log-incoming}) command displays a log buffer showing the
changes that will be applied, the next time you run the version
another repository, the next time you run the push command; with a
prefix argument, it prompts for a specific destination repository.
+@cindex VC log buffer, commands in
+@cindex vc-log buffer
In the @file{*vc-change-log*} buffer, you can use the following keys
to move between the logs of revisions and of files, and to examine and
compare past revisions (@pxref{Old Revisions}):