aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3f907db4954..2888c16a399 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -554,7 +554,8 @@ and comments.
554** VC and related modes 554** VC and related modes
555 555
556*** Basic push support, via `vc-push', bound to `C-x v P'. 556*** Basic push support, via `vc-push', bound to `C-x v P'.
557Implemented for Bzr, Git, Hg. 557Implemented for Bzr, Git, Hg. As part of this change, the pre-existing
558(undocumented) command vc-hg-push now behaves slightly differently.
558 559
559*** The new command vc-region-history shows the log+diff of the active region. 560*** The new command vc-region-history shows the log+diff of the active region.
560 561