Re: svn commit: r11155 - in trunk/subversion: clients/cmdline include libsvn_client libsvn_ra_dav libsvn_ra_local libsvn_ra_svn libsvn_repos mod_dav_svn svnserve tests/clients/cmdline/getopt_tests_data
"C. Michael Pilato" <[email protected]> 27 Sep 2004 23:41:34 -0500
| Newsgroups | gmane.comp.version-control.subversion.svn,gmane.mail.eyebrowse.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] 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.