diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-05-07 07:05:35 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-05-07 07:05:35 +0000 |
commit | e1be101682739324b96f0788cccf8db99f7b5f6a (patch) | |
tree | 0a46077095d02b8751e174a24eaea630e0091246 /Doc | |
parent | 7674da90d0040cd8c58180630cec793e3a296ea7 (diff) | |
download | zsh-e1be101682739324b96f0788cccf8db99f7b5f6a.tar.gz zsh-e1be101682739324b96f0788cccf8db99f7b5f6a.tar.xz zsh-e1be101682739324b96f0788cccf8db99f7b5f6a.zip |
29170: vcs_info: Clarify check-for-changes style behaviour with the mercurial backend.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/contrib.yo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 476e7ca31..dc62a29f7 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -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. |