[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Tab-completion in svnshell.py

From: <cmpilato_at_collab.net>
Date: 2003-07-25 07:42:49 CEST

craig.howard@shadnet.shad.ca writes:

> Attached is a patch to add tab-completion to svnshell.py. There is only
> one issue with the patch, and that's explained in the comment in the
> function svnshell._complete(). If anyone knows what's going on there, I'd
> love to hear it! cd will only complete directory names, and cat will only
> complete file names. No other commands have had completion added.

I applied this patch, and saw the behavior your were talking about.
*Very strange*, indeed, and unfortunately I have no idea how to stop
it from happening. But regardless, this patch needs a log message,
and need all of its lines to fit into 80 columns. Also (and this is
just a personal nit), if there is a way you can *not* use lambda, I
(and other like me who prefer readable code) would greatly appreciate
it.

> I've also attached a patch that exits the shell on EOF, like python does
> and makes sure a newline is printed after exiting, so that the next line of
> your regular shell is on its own line, like it should be.

I manufactured a log message for this patch, and committed it in
revision 6576. Thanks for it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 25 07:44:24 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.