mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
Baptiste Daroussin: 30703: VCS_INFO_detect_fossil: Fix fossil detection on unix
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
* Seth House: 30701: Misc/vcs_info-examples: Added an hg hook
|
||||
example to restore the 40-char hash
|
||||
|
||||
* Baptiste Daroussin: 30703:
|
||||
Functions/VCS_Info/Backends/VCS_INFO_detect_fossil: Fix fossil
|
||||
detection on unix
|
||||
|
||||
2012-09-28 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 30697: Completion/Unix/Command/_dbus: new completion definition
|
||||
@@ -188,5 +192,5 @@
|
||||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5726 $
|
||||
* $Revision: 1.5727 $
|
||||
*****************************************************
|
||||
|
||||
@@ -7,7 +7,7 @@ setopt localoptions NO_shwordsplit
|
||||
[[ $1 == '--flavours' ]] && return 1
|
||||
|
||||
VCS_INFO_check_com ${vcs_comm[cmd]} || return 1
|
||||
vcs_comm[detect_need_file]=_FOSSIL_
|
||||
vcs_comm[detect_need_file]="_FOSSIL_ .fslckout"
|
||||
VCS_INFO_bydir_detect . || return 1
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user