aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2010-04-15 19:35:59 -0700
committerGlenn Morris <[email protected]>2010-04-15 19:35:59 -0700
commita77fe20c70657b2a3bc057ae3222cbce8973c12d (patch)
treef46bfc1b236724a2e2f3d370e7294b2ecccec0a0 /etc
parentd5b22ab2211ae45e3fa9eb040d394d04e1901c54 (diff)
* 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 553537efbe..5b65a0d709 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -341,12 +341,14 @@ backends do not support this.
**** The short log format for git makes use of the graph display, so
it's not supported on git versions earlier than 1.5.
++++
**** Support for operating with stashes has been added to vc-dir:
the stash list is displayed in the *vc-dir* header, stashes can be
created, removed, applied and their content displayed.
**** vc-dir requires at least git-1.5.5.
++++
*** vc-bzr supports operating with shelves: the shelve list is
displayed in the *vc-dir* header, shelves can be created, removed and applied.
---