diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-12-15 01:39:56 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-12-15 01:39:56 +0100 |
commit | 929ba17dafd21ffe30ae7610c481e9d6fe306a5d (patch) | |
tree | 27784498a7b57dad795ec53472c8b63cd7d43c0a /Functions | |
parent | 9cbb2a6e5f22298bc12f08d75962f53d1feb4ab6 (diff) | |
parent | b0d29667d32120019a1f333266539dcd136f659b (diff) | |
download | zsh-929ba17dafd21ffe30ae7610c481e9d6fe306a5d.tar.gz zsh-929ba17dafd21ffe30ae7610c481e9d6fe306a5d.zip |
New upstream release
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/VCS_Info/Backends/VCS_INFO_detect_svn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/Backends/VCS_INFO_detect_svn b/Functions/VCS_Info/Backends/VCS_INFO_detect_svn index 43dedcde9..c2288e421 100644 --- a/Functions/VCS_Info/Backends/VCS_INFO_detect_svn +++ b/Functions/VCS_Info/Backends/VCS_INFO_detect_svn @@ -7,5 +7,5 @@ setopt localoptions NO_shwordsplit [[ $1 == '--flavours' ]] && return 1 VCS_INFO_check_com ${vcs_comm[cmd]} || return 1 -vcs_comm[detect_need_file]="entries format" +vcs_comm[detect_need_file]="entries format wc.db" VCS_INFO_bydir_detect '.svn' || return 1 |