C. Michael Pilato wrote:
> rooneg@tigris.org writes:
>
>
>>Modified: trunk/subversion/clients/cmdline/main.c
>>==============================================================================
>>--- trunk/subversion/clients/cmdline/main.c (original)
>>+++ trunk/subversion/clients/cmdline/main.c Mon Sep 27 20:22:42 2004
>>@@ -144,6 +144,8 @@
>> "with a native svn:eol-style\n"
>> " property. ARG may be one "
>> "of 'LF', 'CR', 'CRLF'")},
>>+ {"limit", 'l', 1,
>>+ N_("maximum number of log entries")},
>> {0, 0, 0, 0}
>> };
>>
>
>
> Whoa, I must have missed a discussion somewhere. I very much dislike
> the idea of eating up a short-form option name ('l') for an option
> that only applies to a single subcommand.
Well, personally I'm in favor of it since when working with large trees
adding a limit on the amount of log messages you're going to see turns
into second nature (I've been running a version of these patches locally
for a little while, and I use it all the time). If enough people object
we can remove the short form though, no huge deal.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 28 14:00:37 2004