Re: [PATCH] bash_completion: propose file names for few commands
From: Fabien COELHO <fabien_at_coelho.net>
Date: 2007-06-03 15:10:51 CEST
A few questions and comments about your last submission,
(1) is the vim line added at the top of the file really necessary?
(2) why do you use the -v option for del and log?
(3) I'm unsure about whether to use -b or -c for cut.
(4) maybe the structure could be factored out so that there is only
local FILES=$(svn ls $some_options | grep $something | cut -c8)
Well that does not seem to work with the last case.
(5) there is no documentation about the environment variables.
(6) after thinking it over, and due to the various other patches
Tests may look like:
if [[ $SVN_BASH_OPTIONS == *url-ext* ]] ...
(7) You tested with a polish locale, including UTF8. Good.
-- Fabien. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Jun 3 15:11:19 2007 |
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.