about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorFrank Terbeck <bewater@users.sourceforge.net>2012-08-17 08:22:52 +0000
committerFrank Terbeck <bewater@users.sourceforge.net>2012-08-17 08:22:52 +0000
commit3aae0ef8fecd69c983e6452a6b4f9c641cac9ab1 (patch)
treefc49a99a35e9f5d34cacd36151e3e535490ec1aa /Doc
parent402e5fb2ab2250cbef67b623e5777791ac37d855 (diff)
downloadzsh-3aae0ef8fecd69c983e6452a6b4f9c641cac9ab1.tar.gz
zsh-3aae0ef8fecd69c983e6452a6b4f9c641cac9ab1.tar.xz
zsh-3aae0ef8fecd69c983e6452a6b4f9c641cac9ab1.zip
Stepan Koltsov: vcs_info: %a to output number of all patches in (no)?patch-format styles
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 139a68150..24aafc331 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1003,6 +1003,7 @@ 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(%a))(The number of all patches.)
 sitem(tt(%g))(The names of active tt(mq) guards (tt(hg) backend).)
 sitem(tt(%G))(The number of active tt(mq) guards (tt(hg) backend).)
 endsitem()