summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_darcs
Commit message (Collapse)AuthorAgeFilesLines
* github #169: completion: remove _darcsdana3 days1-63/+0
| | | | now provided by up-stream (see previous commit)
* github #169: completion: update _darcs from up-streamdana3 days1-15/+40
| | | | | | this function is now provided by the up-stream project, so it will be removed from the zsh distribution. this commit exists to back-port into 5.9.1 -- i felt the history might be confusing if the update appeared only in that branch
* 54531: completers: remove spurious ; in "case $foo; in"Mikael Magnusson3 days1-1/+1
|
* 40965: fix for missing local declarations of explOliver Kiddle2017-04-261-0/+2
|
* Nicolas Pouillard: 27028: new darcs completionPeter Stephenson2009-07-021-499/+32
|
* 25276: use autoload -z for zsh-autoload functionsPeter Stephenson2008-07-111-1/+1
|
* 23018: parse out section headings from darcs --help.Clint Adams2006-11-271-2/+1
|
* 21566: Tobias Gruetzmacher: fix to list all repositoriesOliver Kiddle2005-08-081-11/+10
|
* unposted: tidy up _darcs command descriptionsDoug Kearns2005-06-171-1/+1
|
* Carlos Phillips: private email: much improved _darcs completionPeter Stephenson2005-04-061-7/+501
|
* Some improvements suggested by Oliver.Wayne Davison2004-09-281-12/+9
|
* Completion for the darcs revision control system. Derived fromWayne Davison2004-09-251-0/+14
the zsh completion example that ships with darcs.