1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00
Commit graph

45 commits

Author SHA1 Message Date
Daniel Shahaf
625fe0fce8 38966: _svnadmin: Complete positional arguments for 'hotcopy', 'setlog', 'setrevprop', 'delrevprop'. 2016-07-31 16:21:31 +00:00
Daniel Shahaf
eaaac9c89f 38965: _svnadmin: Complete 'freeze' as a precommand. 2016-07-31 16:21:29 +00:00
Daniel Shahaf
0389fc3a7f unposted: _svnadmin: Tweak state description. 2016-07-29 17:01:22 +00:00
Daniel Shahaf
d2e920d5d0 36306: _subversion: Complete --show-item values 2015-08-28 23:36:25 +00:00
Daniel Shahaf
d6ca3bc4b9 unposted: _subversion: Avoid SHORT_LOOPS 2015-08-27 23:15:03 +00:00
Daniel Shahaf
0c5f6e911b 36208: _subversion: Complete a few more option switches
The while (( idx )) form should guarantee that these switches are only
added if the 'svn' binary supports them.  (One of these switches isn't
present in svn 1.8 or earlier.)
2015-08-19 01:56:53 +00:00
Daniel Shahaf
422dae7b1c unposted: _subversion: Complete property names for propdel
Previously, filenames would be completed.
2015-08-13 23:47:59 +00:00
Daniel Shahaf
949d186d6c 35066: Minor completion fix for pasted arguments 2015-05-09 15:13:43 +00:00
Peter Stephenson
8ab3a7b0e6 31356: typo in new _comp_locale noted by Bart 2013-04-29 15:07:30 +01:00
Peter Stephenson
8cdb57b3b7 31355: _comp_locale tries to sanitise locales but keep CTYPE;
use this for subversion completion.
2013-04-29 10:08:07 +01:00
Oliver Kiddle
32eb4faf7c 30197: complete subversion changelists 2012-02-10 16:00:59 +00:00
Peter Stephenson
0082320b79 Simon Olofsson: fix matching of subversion help text 2011-12-16 09:18:34 +00:00
Peter Stephenson
8020750b3c gi1242+zsh: 28991: fix _svn caching policy 2011-04-13 08:13:04 +00:00
Peter Stephenson
e72999c092 gi1242+zsh@gmail.com: 28594:
Various new and improved completions
2011-01-09 16:57:01 +00:00
Peter Stephenson
5355700992 Greg: 27529: ULR schemas in subversion completion 2009-12-17 09:47:58 +00:00
Peter Stephenson
be1e9c189d Greg: 27416: repository path enhancement 2009-11-19 09:48:42 +00:00
Peter Stephenson
76e087f4b2 Greg Klanderman: 27409: subversion and URL paths 2009-11-15 17:52:02 +00:00
Peter Stephenson
7769912b3f Akinori MUSHA: private communication: fix typo in _subversion 2009-06-02 08:46:56 +00:00
Peter Stephenson
8edf8a0658 26970: Greg Klanderman: _subversion: fix caching. 2009-05-22 15:48:32 +00:00
Peter Stephenson
a4106e0523 Greg Klanderman: 26964 (modified): PROMPT_EOL_MARK 2009-05-17 18:23:09 +00:00
Peter Stephenson
f6bcc6e1cd Christopher Key: fix for subversion help output 2008-01-31 16:16:35 +00:00
Clint Adams
ad2d19e2e6 23302: complete properties after svn propget and propedit. 2007-04-19 20:37:00 +00:00
Clint Adams
8f4c1bd007 23214: complete files after svn commit --file. 2007-03-13 18:19:28 +00:00
Clint Adams
232c068f3c 22796: fix misspelling of IPREFIX. 2006-09-30 21:26:14 +00:00
Peter Stephenson
07f11ba6bf unposted: improve svn import from users/10570 2006-08-03 10:19:20 +00:00
Peter Stephenson
4a4fb9f77e users/10570: handle "svn import" better 2006-08-02 21:39:15 +00:00
Clint Adams
91a241292b 22549: improve svn propset completion slightly. 2006-07-12 02:40:54 +00:00
Clint Adams
38ad28d8ac 22481: complete svn diff and resolved subcommands. 2006-06-02 14:22:21 +00:00
Clint Adams
161746bd9b Vincent Lefevre: 21767: add ~ to the default svn status pattern. 2005-09-27 13:56:53 +00:00
Clint Adams
ab96b700f2 21682: handle usage output of commands with [0-9]. alternatives, and actually parse that output again. 2005-08-23 19:11:10 +00:00
Oliver Kiddle
0e57f6ebe8 21598: fix typo that broke svn ci completion and avoid problem if LC_ALL set 2005-08-11 14:56:16 +00:00
Oliver Kiddle
a6c11584cf 21570: complete for the help sub-command 2005-08-08 08:54:12 +00:00
Clint Adams
3f08496698 21243: complete first option of svn subcmds. 2005-06-14 15:15:47 +00:00
Bart Schaefer
d373eb8f1e Tobias Gruetzmacher 21168: locality and visibility of some completion vars 2005-04-24 17:49:26 +00:00
Oliver Kiddle
e75966d3c7 correct handling of svn commit 2005-04-01 18:28:20 +00:00
Oliver Kiddle
835a5ad8b5 21076: use _files with (e) qualifier to handle completing files by their status 2005-03-31 14:26:24 +00:00
Clint Adams
40b7069173 21068: complete modified files for 'svn revert'. 2005-03-27 00:40:55 +00:00
Clint Adams
6f7d6e541f 20739: change LANG to LC_MESSAGES in subversion completion 2005-01-23 19:56:09 +00:00
Clint Adams
c42a46f6e8 * 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C. 2005-01-23 19:50:46 +00:00
Oliver Kiddle
9ea50e0e4d Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commands 2004-04-14 08:17:48 +00:00
Doug Kearns
060e8f4eed 19468: capitalize URL abbreviation in completion descriptions 2004-02-26 12:57:21 +00:00
Oliver Kiddle
825c0ad82f adjust to work with the newer version of subversion's help output 2003-12-04 13:58:20 +00:00
Oliver Kiddle
b583396674 19244: various completion function fixes and updates 2003-11-14 11:56:52 +00:00
Clint Adams
49d9ee0e09 18874: Completion/Unix/Command/_subversion: PATH can mean files too. 2003-07-20 16:15:23 +00:00
Clint Adams
f92a529edc 18xxx: Completion/Unix/Command/_subversion: completion for svn and svnadmin.
18xxx: Completion/Debian/Command/_debsign: completion for debsign, by Matt Zimmerman.
2003-07-07 03:23:13 +00:00