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