From a2c89eb701e5ec3ffca33f25673a9600a9735930 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 16 Jan 2010 16:27:50 +0000 Subject: [PATCH] Frank: 27599: fix formatting documentation for VCS_Info. --- ChangeLog | 7 ++++++- Doc/Zsh/contrib.yo | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e2f1c36e..35600b5e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-16 Peter Stephenson + + * Frank: 27599: Doc/Zsh/contrib.yo: fix formatting documentation + for VCS_Info. + 2010-01-13 Peter Stephenson * 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 $ ***************************************************** diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index b7dd4a709..4ca85fc66 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -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)")