about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-09-23 16:48:27 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-09-23 16:48:27 +0000
commitc328252c58d215cc116dacd36a7e53ba3fc3c1f0 (patch)
tree48e2d03eac2bd0a86c1490948951fc5b2b4ea5bb /Doc
parentf49d738db3d6cacb17cf4374f61948c5634c3aab (diff)
downloadzsh-c328252c58d215cc116dacd36a7e53ba3fc3c1f0.tar.gz
zsh-c328252c58d215cc116dacd36a7e53ba3fc3c1f0.tar.xz
zsh-c328252c58d215cc116dacd36a7e53ba3fc3c1f0.zip
25733: add revision number to Perforce vcs_info backend
add abbreviation to list of backends
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo21
1 files changed, 11 insertions, 10 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 44b918aac..ed17e3034 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -328,19 +328,20 @@ instantly tell on which branch you are currently on,  for example.
 
 In order to do that, you may use the tt(vcs_info) function.
 
-The following VCSs are supported:
+The following VCSs are supported, showing the abbreviated name by which
+they are referred to within the system:
 startsitem()
-sitem(tt(bazaar))(http://bazaar-vcs.org/)
-sitem(tt(codeville))(http://codeville.org/)
-sitem(tt(cvs))(http://www.nongnu.org/cvs/)
+sitem(Bazaar (tt(bzr)))(http://bazaar-vcs.org/)
+sitem(Codeville (tt(cdv)))(http://codeville.org/)
+sitem(Concurrent Versioning System (tt(cvs)))(http://www.nongnu.org/cvs/)
 sitem(tt(darcs))(http://darcs.net/)
 sitem(tt(git))(http://git.or.cz/)
-sitem(tt(gnu arch))(http://www.gnu.org/software/gnu-arch/)
-sitem(tt(mercurial))(http://selenic.com/mercurial/)
-sitem(tt(monotone))(http://monotone.ca/)
-sitem(tt(perforce))(http://www.perforce.com/)
-sitem(tt(subversion))(http://subversion.tigris.org/)
-sitem(tt(svk))(http://svk.bestpractical.com/)
+sitem(GNU arch (tt(tla)))(http://www.gnu.org/software/gnu-arch/)
+sitem(Mercurial (tt(hg)))(http://selenic.com/mercurial/)
+sitem(Monotone (tt(mtn)))(http://monotone.ca/)
+sitem(Perforce (tt(p4)))(http://www.perforce.com/)
+sitem(Subversion (tt(svn)))(http://subversion.tigris.org/)
+sitem(SVK (tt(svk)))(http://svk.bestpractical.com/)
 endsitem()
 
 To load var(vcs_info):