]> git.eshelyaron.com Git - emacs.git/commitdiff
* maintaining.texi (VC Directory Commands): Mention stashes and shelves.
authorGlenn Morris <rgm@gnu.org>
Fri, 16 Apr 2010 02:35:59 +0000 (19:35 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 16 Apr 2010 02:35:59 +0000 (19:35 -0700)
doc/emacs/ChangeLog
doc/emacs/maintaining.texi
etc/NEWS

index d68464b1aca01c544d3a6fa07692e77dc5d34bbd..0665133fae251d9ca7a4eb30c900f9bb9913535c 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-16  Glenn Morris  <rgm@gnu.org>
+
+       * maintaining.texi (VC Directory Commands): Mention stashes and shelves.
+
 2010-04-15  Glenn Morris  <rgm@gnu.org>
 
        * dired.texi (Misc Dired Features): Mention VC diff and log.
index f8e918ad8e3ceee248b0e77c3c5cd60c15bc8291..56c65852b7ab8a24926c5e0ce569367cff6b6d86 100644 (file)
@@ -1147,9 +1147,14 @@ directory buffer will be used.
 
   @kbd{M-s a C-M-s} does an incremental search on the marked files.
 
-  Commands are also accessible from the VC-dir menu.  Note that some VC
-backends use the VC-dir menu to make available extra backend specific
-commands.
+@cindex stashes in version control
+@cindex shelves in version control
+  Commands are also accessible from the VC-dir menu.  Note that some
+VC backends use the VC-dir menu to make available extra,
+backend-specific, commands.  For example, Git and Bazaar allow you to
+manipulate @dfn{stashes} and @dfn{shelves}.  (These provide a
+mechanism to temporarily store uncommitted changes somewhere out of
+the way, and bring them back at a later time.)
 
   Normal VC commands with the @kbd{C-x v} prefix work in VC directory
 buffers.  Some single-key shortcuts are available as well; @kbd{=},
index 553537efbee7eda62e5fb757267f21099d13e298..5b65a0d709a93e398710240aa7cf110831cdc754 100644 (file)
--- 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.
 ---