diff options
| author | Dan Nicolaescu | 2009-12-03 07:46:13 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-12-03 07:46:13 +0000 |
| commit | 4dfb3b9cd5fac23e5ffcde421102d5b4b1ba96ab (patch) | |
| tree | 54fe2c972424f2b9f12558c3ac629848046ff358 /etc | |
| parent | 3f6bd7904e8a9a8c312089abcbf2f71ec11b5353 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | ||
| 273 | displayed 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 |
| 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 | ||