mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for patch-format/nopatch-format.
This commit is contained in:
parent
d5db14e3c9
commit
ff4b48e001
2 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
2012-03-23 Simon Ruderich <simon@ruderich.org>
|
2012-03-23 Simon Ruderich <simon@ruderich.org>
|
||||||
|
|
||||||
* 30366: Misc/vcs_info-examples: Fix outdated quilt examples.
|
* 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>
|
2012-03-13 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
|
@ -16106,5 +16108,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5610 $
|
* $Revision: 1.5611 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
||||||
|
|
@ -999,8 +999,8 @@ endsitem()
|
||||||
In tt(patch-format) and tt(nopatch-format) these replacements are done:
|
In tt(patch-format) and tt(nopatch-format) these replacements are done:
|
||||||
|
|
||||||
startsitem()
|
startsitem()
|
||||||
sitem(tt(%p))(The name of the top-most applied patch.)
|
sitem(tt(%p))(The name of the top-most applied patch (tt(applied-string)).)
|
||||||
sitem(tt(%u))(The number of unapplied patches.)
|
sitem(tt(%u))(The number of unapplied patches (tt(unapplied-string)).)
|
||||||
sitem(tt(%n))(The number of applied patches.)
|
sitem(tt(%n))(The number of applied patches.)
|
||||||
sitem(tt(%c))(The number of unapplied patches.)
|
sitem(tt(%c))(The number of unapplied patches.)
|
||||||
sitem(tt(%g))(The names of active tt(mq) guards (tt(hg) backend).)
|
sitem(tt(%g))(The names of active tt(mq) guards (tt(hg) backend).)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue