aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2009-12-03 07:46:13 +0000
committerDan Nicolaescu2009-12-03 07:46:13 +0000
commit4dfb3b9cd5fac23e5ffcde421102d5b4b1ba96ab (patch)
tree54fe2c972424f2b9f12558c3ac629848046ff358 /etc
parent3f6bd7904e8a9a8c312089abcbf2f71ec11b5353 (diff)
downloademacs-4dfb3b9cd5fac23e5ffcde421102d5b4b1ba96ab.tar.gz
emacs-4dfb3b9cd5fac23e5ffcde421102d5b4b1ba96ab.zip
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fbf7f3d6f6b..6717e6519c4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -269,6 +269,9 @@ their content displayed.
269 269
270**** vc-dir displays the stash status 270**** vc-dir displays the stash status
271 271
272*** vc-bzr supports operating with shelves: the shelve list is
273displayed in the *vc-dir* header, shelves can be created, removed and applied.
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
273are stripped when copying text from the ChangeLog to the *VC-Log* buffer. 276are stripped when copying text from the ChangeLog to the *VC-Log* buffer.
274 277