diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-12-03 04:08:08 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-12-03 04:08:08 +0000 |
commit | 7fa4876f18cdbd6a70898835df8c01615801c2fa (patch) | |
tree | 7579cfcc60b41820534fff65f1fc9b189404eb08 /etc | |
parent | d6e824528b1c20bcd61f2d35539e399343575b44 (diff) | |
download | emacs-7fa4876f18cdbd6a70898835df8c01615801c2fa.tar.gz |
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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,7 @@ advantage of this feature. Signed-off-by line when committing. **** Support for operating with stashes has been added to vc-dir: the stash list is -displayed in the *vc-dir* header, stashes can be created, removed and +displayed in the *vc-dir* header, stashes can be created, removed, applied and their content displayed. **** vc-dir displays the stash status |