zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#446800: zsh: completion for git svnimport is broken
       [not found] <20071015180339.8005.90615.reportbug@felipe.genoa>
@ 2007-10-15 19:32 ` Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2007-10-15 19:32 UTC (permalink / raw)
  To: Felipe Sateler, 446800; +Cc: zsh-workers

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' \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-15 19:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20071015180339.8005.90615.reportbug@felipe.genoa>
2007-10-15 19:32 ` Bug#446800: zsh: completion for git svnimport is broken Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).