diff options
| author | Dan Nicolaescu | 2009-12-03 04:08:08 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-12-03 04:08:08 +0000 |
| commit | 7fa4876f18cdbd6a70898835df8c01615801c2fa (patch) | |
| tree | 7579cfcc60b41820534fff65f1fc9b189404eb08 /etc | |
| parent | d6e824528b1c20bcd61f2d35539e399343575b44 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -264,7 +264,7 @@ advantage of this feature. | |||
| 264 | Signed-off-by line when committing. | 264 | Signed-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 |
| 267 | displayed in the *vc-dir* header, stashes can be created, removed and | 267 | displayed in the *vc-dir* header, stashes can be created, removed, applied and |
| 268 | their content displayed. | 268 | their content displayed. |
| 269 | 269 | ||
| 270 | **** vc-dir displays the stash status | 270 | **** vc-dir displays the stash status |