1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 05:21:00 +01:00

Frank Terbeck: 26125: add "command" style to VCS_INFO

This commit is contained in:
Peter Stephenson 2008-12-11 09:53:12 +00:00
parent 37a4dce4bc
commit b4a2d51e57
22 changed files with 86 additions and 26 deletions

View file

@ -6,6 +6,6 @@ setopt localoptions NO_shwordsplit
[[ $1 == '--flavours' ]] && return 1
VCS_INFO_check_com svn || return 1
VCS_INFO_check_com ${vcs_comm[cmd]} || return 1
[[ -d "./CVS" ]] && [[ -r "./CVS/Repository" ]] && return 0
return 1