1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-16 12:21:18 +02:00

Frank: 27599: fix formatting documentation for VCS_Info.

This commit is contained in:
Peter Stephenson 2010-01-16 16:27:50 +00:00
parent d7d6a72673
commit a2c89eb701
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2010-01-16 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Frank: 27599: Doc/Zsh/contrib.yo: fix formatting documentation
for VCS_Info.
2010-01-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Mikael: 27597: Completion/Zsh/Command/_zstyle: accepting
@ -12580,5 +12585,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4861 $
* $Revision: 1.4862 $
*****************************************************

View file

@ -615,8 +615,8 @@ enditem()
The default values for these styles in all contexts are:
startsitem()
sitem(tt(formats))(" (%s)-[%b|%a]-")
sitem(tt(actionformats))(" (%s)-[%b]-")
sitem(tt(formats))(" (%s)-[%b]-")
sitem(tt(actionformats))(" (%s)-[%b|%a]-")
sitem(tt(branchformat))("%b:%r" (for bzr, svn, svk and hg))
sitem(tt(nvcsformats))("")
sitem(tt(stgitformat))(" %p (%c)")