Mercurial > emacs
comparison etc/NEWS @ 106387:e01e9655414f
Add support for bzr shelve/unshelve.
* vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
(vc-bzr-extra-menu-map): New variables.
(vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
(vc-bzr-shelve-apply, vc-bzr-shelve-list)
(vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
(vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
(vc-bzr-dir-extra-headers): Display shelves.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 03 Dec 2009 07:46:13 +0000 |
parents | 8272f561b710 |
children | 31424b91531a |
comparison
equal
deleted
inserted
replaced
106386:d1166d927ca2 | 106387:e01e9655414f |
---|---|
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, applied 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 |
271 | |
272 *** vc-bzr supports operating with shelves: the shelve list is | |
273 displayed in the *vc-dir* header, shelves can be created, removed and applied. | |
271 | 274 |
272 *** log-edit-strip-single-file-name controls whether or not single filenames | 275 *** log-edit-strip-single-file-name controls whether or not single filenames |
273 are stripped when copying text from the ChangeLog to the *VC-Log* buffer. | 276 are stripped when copying text from the ChangeLog to the *VC-Log* buffer. |
274 | 277 |
275 ** Elint | 278 ** Elint |