about summary refs log tree commit diff
path: root/Completion/Unix/Command/_subversion
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-03 10:19:20 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-03 10:19:20 +0000
commit07f11ba6bf609797f42c1ac768184b359a4e6ad7 (patch)
tree0005e93a38aa9fae381009ca807066658b676b0e /Completion/Unix/Command/_subversion
parent3d215fd53ed47cbec57283509b2b3c36165303dd (diff)
downloadzsh-07f11ba6bf609797f42c1ac768184b359a4e6ad7.tar.gz
zsh-07f11ba6bf609797f42c1ac768184b359a4e6ad7.tar.xz
zsh-07f11ba6bf609797f42c1ac768184b359a4e6ad7.zip
unposted: improve svn import from users/10570
Diffstat (limited to 'Completion/Unix/Command/_subversion')
-rw-r--r--Completion/Unix/Command/_subversion2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion
index 867c2bcf2..461eb0770 100644
--- a/Completion/Unix/Command/_subversion
+++ b/Completion/Unix/Command/_subversion
@@ -61,7 +61,7 @@ _svn () {
 	  ;;
 	  (import)
 	    args+=(
-		'1:project directory:_files -/'
+		'1:project directory or import location: _alternative "files:file:_files" "urls:URL:_svn_urls"'
 		'2:import location: _alternative "files:file:_files" "urls:URL:_svn_urls"'
 	    )
           ;;