From 82a3591f577a05f0941a425a631fae8058fa23ba Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Thu, 16 Jan 2014 16:05:11 +0100 Subject: [PATCH] 32264: vcs_info, hg: Support detecting repos using ShareExtension --- ChangeLog | 5 +++++ Functions/VCS_Info/Backends/VCS_INFO_detect_hg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d464664f8..a0b11ce24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-17 Frank Terbeck + + * 32264: Functions/VCS_Info/Backends/VCS_INFO_detect_hg: vcs_info, + hg: Support detecting repos using ShareExtension + 2014-01-16 Barton E. Schaefer * Thomas Mitterfellner: 32265: Completion/openSUSE/Command/_zypper: diff --git a/Functions/VCS_Info/Backends/VCS_INFO_detect_hg b/Functions/VCS_Info/Backends/VCS_INFO_detect_hg index a22c1ee0f..d7b1d0d36 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 data" +vcs_comm[detect_need_file]="store data sharedpath" VCS_INFO_bydir_detect '.hg' || return 1 if [[ -d ${vcs_comm[basedir]}/.hg/svn ]] ; then