about summary refs log tree commit diff
path: root/Functions/VCS_Info/Backends/VCS_INFO_get_data_darcs
blob: 3f6a22646d605738287874cc43b91774b0605177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
## vim:ft=zsh
## darcs support by: Frank Terbeck <ft@bewatermyfriend.org>
## 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