1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 22:32:12 +02:00

30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for patch-format/nopatch-format.

This commit is contained in:
Simon Ruderich 2012-03-23 16:37:55 +00:00
parent d5db14e3c9
commit ff4b48e001
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
2012-03-23 Simon Ruderich <simon@ruderich.org>
* 30366: Misc/vcs_info-examples: Fix outdated quilt examples.
* 30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for
patch-format/nopatch-format.
2012-03-13 Peter Stephenson <pws@csr.com>
@ -16106,5 +16108,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5610 $
* $Revision: 1.5611 $
*****************************************************

View file

@ -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).)