From c328252c58d215cc116dacd36a7e53ba3fc3c1f0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 23 Sep 2008 16:48:27 +0000 Subject: 25733: add revision number to Perforce vcs_info backend add abbreviation to list of backends --- Doc/Zsh/contrib.yo | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'Doc') 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): -- cgit 1.4.1