zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _subversion propset hackery
@ 2006-07-12  2:37 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-07-12  2:37 UTC (permalink / raw)
  To: zsh-workers

This isn't quite right, but it helps.

Index: Completion/Unix/Command/_subversion
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_subversion,v
retrieving revision 1.18
diff -u -r1.18 _subversion
--- Completion/Unix/Command/_subversion	2 Jun 2006 14:22:24 -0000	1.18
+++ Completion/Unix/Command/_subversion	12 Jul 2006 02:35:51 -0000
@@ -65,6 +65,13 @@
 	      '*:file:_files -g "*(e:_svn_controlled:)"'
             )
           ;;
+	  (propset)
+	    args=(
+	    ':propname:(svn:ignore svn:keywords svn:executable svn:eol-style svn:mime-type svn:externals svn:needs-lock)'
+	    ${args/(#b)(*--file*):arg:/$match[1]:file:_files}
+	    '*:path or url: _alternative "files:file:_files" "urls:URL:_svn_urls"'
+	    )
+	  ;;
           resolved)
             args+=(
               '*:file:_files -g "*(e:_svn_conflicts:)"'


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

only message in thread, other threads:[~2006-07-12  2:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-12  2:37 PATCH: _subversion propset hackery 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).