diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | 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 <pws@csr.com> + + * unposted: Completion/Unix/Command/_subversion: import + directory is optional, so complete URLs also on first argument. + 2006-08-02 Peter Stephenson <p.w.stephenson@ntlworld.com> * 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 <pws@csr.com> 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"' ) ;; |