[Pkg-zsh-commits] [zsh] 03/11: 32089: tweak to detect Subversion repository

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 00:38:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch upstream
in repository zsh.

commit c1a15fb1522b85a0780ce3f67ec1254115b18501
Author: Daniel Shahaf <d.s at daniel.shahaf.name>
Date:   Tue Dec 3 23:06:15 2013 +0200

    32089: tweak to detect Subversion repository
---
 ChangeLog                                       | 6 ++++++
 Functions/VCS_Info/Backends/VCS_INFO_detect_svn | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0618563..a44f54b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-12-05  Peter Stephenson  <p.w.stephenson at ntlworld.com>
+
+	* Daniel Shahaf: 32089:
+	Functions/VCS_Info/Backends/VCS_INFO_detect_svn: tweak for
+	detecting Subversion repository.
+
 2013-12-02  Barton E. Schaefer  <schaefer at zsh.org>
 
 	* 32080 (plus unposted second instance of same):
diff --git a/Functions/VCS_Info/Backends/VCS_INFO_detect_svn b/Functions/VCS_Info/Backends/VCS_INFO_detect_svn
index 43dedcd..c2288e4 100644
--- a/Functions/VCS_Info/Backends/VCS_INFO_detect_svn
+++ b/Functions/VCS_Info/Backends/VCS_INFO_detect_svn
@@ -7,5 +7,5 @@ setopt localoptions NO_shwordsplit
 [[ $1 == '--flavours' ]] && return 1
 
 VCS_INFO_check_com ${vcs_comm[cmd]} || return 1
-vcs_comm[detect_need_file]="entries format"
+vcs_comm[detect_need_file]="entries format wc.db"
 VCS_INFO_bydir_detect '.svn' || return 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list