diff options
author | Simon Ruderich <rudi_s@users.sourceforge.net> | 2012-03-23 16:37:55 +0000 |
---|---|---|
committer | Simon Ruderich <rudi_s@users.sourceforge.net> | 2012-03-23 16:37:55 +0000 |
commit | ff4b48e001640914d4a2cd8281c774828c46c27c (patch) | |
tree | 1aaf0d6ee5b5c2b4cd04ed6eddbb270188e0ec26 /Doc/Zsh/contrib.yo | |
parent | d5db14e3c99f6fb11d839bea017c76276f98cb81 (diff) | |
download | zsh-ff4b48e001640914d4a2cd8281c774828c46c27c.tar.gz zsh-ff4b48e001640914d4a2cd8281c774828c46c27c.tar.xz zsh-ff4b48e001640914d4a2cd8281c774828c46c27c.zip |
30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for patch-format/nopatch-format.
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index aee0bd7f4..6316b2edd 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -999,8 +999,8 @@ endsitem() In tt(patch-format) and tt(nopatch-format) these replacements are done: startsitem() -sitem(tt(%p))(The name of the top-most applied patch.) -sitem(tt(%u))(The number of unapplied patches.) +sitem(tt(%p))(The name of the top-most applied patch (tt(applied-string)).) +sitem(tt(%u))(The number of unapplied patches (tt(unapplied-string)).) sitem(tt(%n))(The number of applied patches.) sitem(tt(%c))(The number of unapplied patches.) sitem(tt(%g))(The names of active tt(mq) guards (tt(hg) backend).) |