]> git.eshelyaron.com Git - emacs.git/commitdiff
etc/NEWS: Document vc-update and vc-merge changes.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 23 Nov 2010 01:26:02 +0000 (20:26 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 23 Nov 2010 01:26:02 +0000 (20:26 -0500)
etc/NEWS

index 4833f13b832069c7c09e04a96760ed46eb3f60d2..353b3db4e93cffd8aa082098da2cbcfc3991b2a7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -542,6 +542,24 @@ system or session bus.
 *** The following access methods are discontinued: "ssh1_old",
 "ssh2_old", "scp1_old", "scp2_old" and "fish".
 
+** VC and related modes
+
+*** Support for pulling on distributed version control systems.
+The vc-update command now runs a "pull" operation, if it is supported.
+This updates the current branch from upstream.  A prefix argument
+means to prompt the user for command specifics, e.g. a pull location.
+
+**** vc-pull is an alias for vc-update.
+
+**** Currently supported by Bzr.
+
+*** Support for merging on distributed version control systems.
+The vc-merge command now runs a "merge" operation, if it is supported.
+This merges another branch into the current one.  A prefix argument
+means to prompt the user for command specifics, e.g. a merge location.
+
+**** Currently supported by Bzr.
+
 \f
 * New Modes and Packages in Emacs 24.1