From c1a15fb1522b85a0780ce3f67ec1254115b18501 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 3 Dec 2013 23:06:15 +0200 Subject: 32089: tweak to detect Subversion repository --- Functions/VCS_Info/Backends/VCS_INFO_detect_svn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') 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 -- cgit 1.4.1