Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#431437: zsh: 'svn {ci, commit}' completion includes uncontrolled/unmodified files
- X-seq: zsh-workers 23648
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#431437: zsh: 'svn {ci, commit}' completion includes uncontrolled/unmodified files
- Date: Tue, 3 Jul 2007 17:28:27 +0200
- In-reply-to: <slrnf8kev9.aqt.joerg@xxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070702151952.GA29891@xxxxxxxxxxxxxxxxxxxxx> <20070702153528.GA13937@xxxxxxxxxxx> <slrnf8kev9.aqt.joerg@xxxxxxxxxxxx>
On 2007-07-03 12:07:05 +0000, Jörg Sommer wrote:
> Clint Adams <schizo@xxxxxxxxxx> wrote:
> > On Mon, Jul 02, 2007 at 10:19:52AM -0500, Michael Ekstrand wrote:
> >> The completion routines for arguments to the subversion commit command
> >> allow completion of uncontrolled and unmodified files. These files do
> >> not show up in the list of available completions when Tab is hit twice,
> >> but they are completed when typed.
I've noticed the same problem (or similar).
> I can confirm this behaviour and I like it. The svn completion maintains
> an internal cache that really often get outdated. Than the completion of
> these files is very handy.
But this is because that cache gets outdated, which is a bug (IIRC,
cvs completion is fast and non-buggy). zsh should complete only the
modified files for "svn ci" when the completion list is not empty.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author