diff options
| author | Glenn Morris | 2010-04-15 19:35:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-15 19:35:59 -0700 |
| commit | a77fe20c70657b2a3bc057ae3222cbce8973c12d (patch) | |
| tree | f46bfc1b236724a2e2f3d370e7294b2ecccec0a0 /etc | |
| parent | d5b22ab2211ae45e3fa9eb040d394d04e1901c54 (diff) | |
| download | emacs-a77fe20c70657b2a3bc057ae3222cbce8973c12d.tar.gz emacs-a77fe20c70657b2a3bc057ae3222cbce8973c12d.zip | |
* maintaining.texi (VC Directory Commands): Mention stashes and shelves.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -341,12 +341,14 @@ backends do not support this. | |||
| 341 | **** The short log format for git makes use of the graph display, so | 341 | **** The short log format for git makes use of the graph display, so |
| 342 | it's not supported on git versions earlier than 1.5. | 342 | it's not supported on git versions earlier than 1.5. |
| 343 | 343 | ||
| 344 | +++ | ||
| 344 | **** Support for operating with stashes has been added to vc-dir: | 345 | **** Support for operating with stashes has been added to vc-dir: |
| 345 | the stash list is displayed in the *vc-dir* header, stashes can be | 346 | the stash list is displayed in the *vc-dir* header, stashes can be |
| 346 | created, removed, applied and their content displayed. | 347 | created, removed, applied and their content displayed. |
| 347 | 348 | ||
| 348 | **** vc-dir requires at least git-1.5.5. | 349 | **** vc-dir requires at least git-1.5.5. |
| 349 | 350 | ||
| 351 | +++ | ||
| 350 | *** vc-bzr supports operating with shelves: the shelve list is | 352 | *** vc-bzr supports operating with shelves: the shelve list is |
| 351 | displayed in the *vc-dir* header, shelves can be created, removed and applied. | 353 | displayed in the *vc-dir* header, shelves can be created, removed and applied. |
| 352 | --- | 354 | --- |