1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

29170: vcs_info: Clarify check-for-changes style behaviour with the mercurial backend.

This commit is contained in:
Frank Terbeck 2011-05-07 07:05:35 +00:00
parent 7674da90d0
commit e1be101682
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-05-07 Frank Terbeck <ft@bewatermyfriend.org>
* 29170: Doc/Zsh/contrib.yo: vcs_info: Clarify check-for-changes
style behaviour with the mercurial backend.
2011-05-06 Peter Stephenson <pws@csr.com>
* 29163: README, Etc/FAQ.yo: update latest version claimed
@ -14590,5 +14595,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5278 $
* $Revision: 1.5279 $
*****************************************************

View file

@ -826,6 +826,10 @@ these escapes can be controlled via the var(stagedstr) and var(unstagedstr)
styles. The only backends that currently support this option are tt(git) and
tt(hg) (tt(hg) only supports unstaged).
For this style to be evaluated with the tt(hg) backend, the var(get-revision)
needs to be set and the var(use-simple) style needs to be unset. The latter
is the default; the former is not.
Note, the actions taken if this style is enabled are potentially expensive
(read: they may be slow, depending on how big the current repository is).
Therefore, it is disabled by default.