Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Clarify check-for-changes with mercurial
- X-seq: zsh-workers 29170
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: Clarify check-for-changes with mercurial
- Date: Sat, 7 May 2011 08:49:28 +0200
- Cc: Seth House <seth@xxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
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 476e7ca..dc62a29 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.
--
1.7.5
Messages sorted by:
Reverse Date,
Date,
Thread,
Author