diff 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
line wrap: on
line diff
--- a/etc/NEWS	Thu Dec 03 07:31:15 2009 +0000
+++ b/etc/NEWS	Thu Dec 03 07:46:13 2009 +0000
@@ -269,6 +269,9 @@
 
 **** vc-dir displays the stash status
 
+*** vc-bzr supports operating with shelves: the shelve list is
+displayed in the *vc-dir* header, shelves can be created, removed and applied.
+
 *** log-edit-strip-single-file-name controls whether or not single filenames
 are stripped when copying text from the ChangeLog to the *VC-Log* buffer.