diff options
| author | Frank Terbeck <bewater@users.sourceforge.net> | 2012-09-28 22:07:29 +0000 |
|---|---|---|
| committer | Frank Terbeck <bewater@users.sourceforge.net> | 2012-09-28 22:07:29 +0000 |
| commit | feb6169bcd8920ccda0ee20b8089d9f3ca8010ba (patch) | |
| tree | 83936ff1a68eb8a0064ad711ec15a94cb6426da4 /Doc | |
| parent | 30697: new completion definition for dbus-send and dbus-monitor (diff) | |
| download | zsh-feb6169bcd8920ccda0ee20b8089d9f3ca8010ba.tar zsh-feb6169bcd8920ccda0ee20b8089d9f3ca8010ba.tar.gz zsh-feb6169bcd8920ccda0ee20b8089d9f3ca8010ba.tar.bz2 zsh-feb6169bcd8920ccda0ee20b8089d9f3ca8010ba.tar.lz zsh-feb6169bcd8920ccda0ee20b8089d9f3ca8010ba.tar.xz zsh-feb6169bcd8920ccda0ee20b8089d9f3ca8010ba.tar.zst 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.yo | 7 |
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: |
