1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

32264: vcs_info, hg: Support detecting repos using ShareExtension

This commit is contained in:
Frank Terbeck 2014-01-16 16:05:11 +01:00
parent 70af7dd18a
commit 82a3591f57
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-01-17 Frank Terbeck <ft@bewatermyfriend.org>
* 32264: Functions/VCS_Info/Backends/VCS_INFO_detect_hg: vcs_info,
hg: Support detecting repos using ShareExtension
2014-01-16 Barton E. Schaefer <schaefer@zsh.org>
* Thomas Mitterfellner: 32265: Completion/openSUSE/Command/_zypper:

View file

@ -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