diff etc/NEWS @ 107956:69dc127ae6ba

* maintaining.texi (VC Directory Commands): Mention stashes and shelves.
author Glenn Morris <rgm@gnu.org>
date Thu, 15 Apr 2010 19:35:59 -0700
parents 436ba346b852
children 586e0975d697
line wrap: on
line diff
--- a/etc/NEWS	Thu Apr 15 10:17:01 2010 -0700
+++ b/etc/NEWS	Thu Apr 15 19:35:59 2010 -0700
@@ -341,12 +341,14 @@
 **** 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.
 ---