aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2010-04-15 19:35:59 -0700
committerGlenn Morris2010-04-15 19:35:59 -0700
commita77fe20c70657b2a3bc057ae3222cbce8973c12d (patch)
treef46bfc1b236724a2e2f3d370e7294b2ecccec0a0 /etc
parentd5b22ab2211ae45e3fa9eb040d394d04e1901c54 (diff)
downloademacs-a77fe20c70657b2a3bc057ae3222cbce8973c12d.tar.gz
emacs-a77fe20c70657b2a3bc057ae3222cbce8973c12d.zip
* maintaining.texi (VC Directory Commands): Mention stashes and shelves.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 553537efbee..5b65a0d709a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
342it's not supported on git versions earlier than 1.5. 342it'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:
345the stash list is displayed in the *vc-dir* header, stashes can be 346the stash list is displayed in the *vc-dir* header, stashes can be
346created, removed, applied and their content displayed. 347created, 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
351displayed in the *vc-dir* header, shelves can be created, removed and applied. 353displayed in the *vc-dir* header, shelves can be created, removed and applied.
352--- 354---