From 07f11ba6bf609797f42c1ac768184b359a4e6ad7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 3 Aug 2006 10:19:20 +0000 Subject: [PATCH] unposted: improve svn import from users/10570 --- ChangeLog | 9 +++++++-- Completion/Unix/Command/_subversion | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7e2bb5db1..5776e62d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,16 @@ +2006-08-03 Peter Stephenson + + * unposted: Completion/Unix/Command/_subversion: import + directory is optional, so complete URLs also on first argument. + 2006-08-02 Peter Stephenson * 22579: Completion/Unix/Command/_perldoc, Completion/Unix/Type/_perl_modules: find .pod files in perl include path for documentation. - * 10570: Completion/Unix/Command/_subversion: handle "svn import" - better. + * users/10570: Completion/Unix/Command/_subversion: handle "svn + import" better. 2006-08-02 Peter Stephenson 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"' ) ;;