/usr/share/zsh/4.3.11/functions
Edit: /usr/share/zsh/4.3.11/functions/VCS_INFO_get_data_darcs (311B)
## vim:ft=zsh
## darcs support by: Frank Terbeck
## Distributed under the same BSD-ish license as zsh itself.
setopt localoptions NO_shwordsplit
local darcsbase
darcsbase=${vcs_comm[basedir]}
rrn=${darcsbase:t}
VCS_INFO_formats '' "${darcsbase:t}" "${darcsbase}" '' '' '' ''
return 0