about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2012-09-28 22:07:29 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2012-09-28 22:07:29 +0000
commitfeb6169bcd8920ccda0ee20b8089d9f3ca8010ba (patch)
tree83936ff1a68eb8a0064ad711ec15a94cb6426da4 /Doc
parent1ca9f9d5d0e2a84809e99de62e5f4b7a1f809ab2 (diff)
downloadzsh-feb6169bcd8920ccda0ee20b8089d9f3ca8010ba.tar.gz
zsh-feb6169bcd8920ccda0ee20b8089d9f3ca8010ba.tar.xz
zsh-feb6169bcd8920ccda0ee20b8089d9f3ca8010ba.zip
Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag from the hg vcs_info backend
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 24aafc331..8dbc095fd 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -768,7 +768,10 @@ item(tt(hgrevformat))(
 tt(hg) uses both a hash and a revision number to reference a specific
 changeset in a repository. With this style you can format the revision
 string (see tt(branchformat)) to include either or both. It's only
-useful when tt(get-revision) is true.
+useful when tt(get-revision) is true. Note, the full 40-character revision id
+is not available (except when using the tt(use-simple) option) because
+executing hg more than once per prompt is too slow; you may customize this
+behavior using hooks.
 )
 kindex(max-exports)
 item(tt(max-exports))(
@@ -993,7 +996,7 @@ In tt(hgrevformat) these replacements are done:
 
 startsitem()
 sitem(tt(%r))(The current local revision number.)
-sitem(tt(%h))(The current 40-character changeset ID hash identifier.)
+sitem(tt(%h))(The current global revision identifier.)
 endsitem()
 
 In tt(patch-format) and tt(nopatch-format) these replacements are done: