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 /doc | |
| parent | d5b22ab2211ae45e3fa9eb040d394d04e1901c54 (diff) | |
| download | emacs-a77fe20c70657b2a3bc057ae3222cbce8973c12d.tar.gz emacs-a77fe20c70657b2a3bc057ae3222cbce8973c12d.zip | |
* maintaining.texi (VC Directory Commands): Mention stashes and shelves.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d68464b1aca..0665133fae2 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * maintaining.texi (VC Directory Commands): Mention stashes and shelves. | ||
| 4 | |||
| 1 | 2010-04-15 Glenn Morris <rgm@gnu.org> | 5 | 2010-04-15 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * dired.texi (Misc Dired Features): Mention VC diff and log. | 7 | * dired.texi (Misc Dired Features): Mention VC diff and log. |
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index f8e918ad8e3..56c65852b7a 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -1147,9 +1147,14 @@ directory buffer will be used. | |||
| 1147 | 1147 | ||
| 1148 | @kbd{M-s a C-M-s} does an incremental search on the marked files. | 1148 | @kbd{M-s a C-M-s} does an incremental search on the marked files. |
| 1149 | 1149 | ||
| 1150 | Commands are also accessible from the VC-dir menu. Note that some VC | 1150 | @cindex stashes in version control |
| 1151 | backends use the VC-dir menu to make available extra backend specific | 1151 | @cindex shelves in version control |
| 1152 | commands. | 1152 | Commands are also accessible from the VC-dir menu. Note that some |
| 1153 | VC backends use the VC-dir menu to make available extra, | ||
| 1154 | backend-specific, commands. For example, Git and Bazaar allow you to | ||
| 1155 | manipulate @dfn{stashes} and @dfn{shelves}. (These provide a | ||
| 1156 | mechanism to temporarily store uncommitted changes somewhere out of | ||
| 1157 | the way, and bring them back at a later time.) | ||
| 1153 | 1158 | ||
| 1154 | Normal VC commands with the @kbd{C-x v} prefix work in VC directory | 1159 | Normal VC commands with the @kbd{C-x v} prefix work in VC directory |
| 1155 | buffers. Some single-key shortcuts are available as well; @kbd{=}, | 1160 | buffers. Some single-key shortcuts are available as well; @kbd{=}, |