From 3c020a9a9c3b0cee6c25e565e001e3bbc0e1c421 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sat, 19 Feb 2011 11:54:41 +0000 Subject: 28776: Let vcs_info detect very old mercurial repositories. --- Functions/VCS_Info/Backends/VCS_INFO_detect_hg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/VCS_Info/Backends/VCS_INFO_detect_hg') diff --git a/Functions/VCS_Info/Backends/VCS_INFO_detect_hg b/Functions/VCS_Info/Backends/VCS_INFO_detect_hg index e2866afd5..a22c1ee0f 100644 --- a/Functions/VCS_Info/Backends/VCS_INFO_detect_hg +++ b/Functions/VCS_Info/Backends/VCS_INFO_detect_hg @@ -7,7 +7,7 @@ setopt localoptions NO_shwordsplit [[ $1 == '--flavours' ]] && { print -l hg-git hg-hgsubversion hg-hgsvn; return 0 } VCS_INFO_check_com ${vcs_comm[cmd]} || return 1 -vcs_comm[detect_need_file]=store +vcs_comm[detect_need_file]="store data" VCS_INFO_bydir_detect '.hg' || return 1 if [[ -d ${vcs_comm[basedir]}/.hg/svn ]] ; then -- cgit 1.4.1