aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2009-12-03 04:08:08 +0000
committerDan Nicolaescu2009-12-03 04:08:08 +0000
commit7fa4876f18cdbd6a70898835df8c01615801c2fa (patch)
tree7579cfcc60b41820534fff65f1fc9b189404eb08 /etc
parentd6e824528b1c20bcd61f2d35539e399343575b44 (diff)
downloademacs-7fa4876f18cdbd6a70898835df8c01615801c2fa.tar.gz
emacs-7fa4876f18cdbd6a70898835df8c01615801c2fa.zip
Support applying stashes. Improve UI.
* vc-git.el (vc-git-dir-extra-headers): Add tooltips. (vc-git-stash-apply, vc-git-stash-pop) (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point) (vc-git-stash-menu): New functions. (vc-git-stash-menu-map): New variable. (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 367c2fe0728..fbf7f3d6f6b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -264,7 +264,7 @@ advantage of this feature.
264Signed-off-by line when committing. 264Signed-off-by line when committing.
265 265
266**** Support for operating with stashes has been added to vc-dir: the stash list is 266**** Support for operating with stashes has been added to vc-dir: the stash list is
267displayed in the *vc-dir* header, stashes can be created, removed and 267displayed in the *vc-dir* header, stashes can be created, removed, applied and
268their content displayed. 268their content displayed.
269 269
270**** vc-dir displays the stash status 270**** vc-dir displays the stash status