Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug#446800: zsh: completion for git svnimport is broken



On Mon, Oct 15, 2007 at 03:03:39PM -0300, Felipe Sateler wrote:
> Line 2074 of /usr/share/zsh/4.3.4/functions/Completion/Unix/_git misses
> a closing bracket (]), which causes completion for git-svnimport to fail.

It's line 2075 now.

Index: Completion/Unix/Command/_git
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v
retrieving revision 1.44
diff -u -r1.44 _git
--- Completion/Unix/Command/_git	6 Oct 2007 01:09:22 -0000	1.44
+++ Completion/Unix/Command/_git	15 Oct 2007 19:31:39 -0000
@@ -2072,7 +2072,7 @@
     '-M[attempt to detect merges based on the commit message with custom pattern]:pattern' \
     '-o[specify the branch into which you wish to import]:branch' \
     '-r[prepend "rX: " to commit messages, where X is the subversion revision]' \
-    '-s[specify the change number to start importing from:start-revision' \
+    '-s[specify the change number to start importing from]:start-revision' \
     '-T[specify the name of the SVN tags directory]:directory:_directories' \
     '-t[specify the name of the SVN trunk]:trunk:_directories' \
     '-I[import svn:ignore directory property to files with given name]:ignored file:_files' \



Messages sorted by: Reverse Date, Date, Thread, Author