mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
Akinori MUSHA: 29900: Backends/VCS_INFO_detect_svn: Adjust detection to support subversion 1.7.
This commit is contained in:
parent
970adcc4d0
commit
6ed7fab103
2 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2011-11-09 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
||||
* Akinori MUSHA: 29900:
|
||||
Functions/VCS_Info/Backends/VCS_INFO_detect_svn: Adjust detection
|
||||
to support subversion 1.7.
|
||||
|
||||
2011-11-08 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Haakon Riiser: 29895, 29887: Completion/Unix/Command/_ffmpeg,
|
||||
|
|
@ -15559,5 +15565,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5496 $
|
||||
* $Revision: 1.5497 $
|
||||
*****************************************************
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ setopt localoptions NO_shwordsplit
|
|||
[[ $1 == '--flavours' ]] && return 1
|
||||
|
||||
VCS_INFO_check_com ${vcs_comm[cmd]} || return 1
|
||||
{ [[ -f ".svn/entries" ]] || [[ -f ".svn/format" ]] } && return 0
|
||||
return 1
|
||||
vcs_comm[detect_need_file]="entries format"
|
||||
VCS_INFO_bydir_detect '.svn' || return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue