Re: sorting the usage items

2001-08-03 Thread Doug MacEachern
On Thu, 2 Aug 2001, Stas Bekman wrote: > was it: +1 for sorting? yep. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: sorting the usage items

2001-08-03 Thread Geoffrey Young
> > and you have cvs sorted out? i just tested a fresh checkout, > Apache-Test > comes with it. and i can: > % date >> Apache-Test/t/ping.t > % cvs diff > > shows changes made to Apache-Test/t/ping.t I'm seeing the same thing as stas... [geoff@spinnaker /src]$ cvs -d":pserver:[EMAIL PROTEC

sorting the usage items

2001-08-03 Thread Stas Bekman
This patch makes sure that the output generated by --help is sorted and consistent: Index: TestConfig.pm === RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v retrieving revision 1.11 diff -u -r1.11

Re: sorting the usage items

2001-08-02 Thread Stas Bekman
On Thu, 2 Aug 2001, Doug MacEachern wrote: > On Thu, 2 Aug 2001, Stas Bekman wrote: > > > This patch makes sure that the output generated by --help is sorted and > > consistent: > > how about we add --help-seed to print help in the prefered order ;) then we will have to add: --help-random to mak

Re: sorting the usage items

2001-08-02 Thread Doug MacEachern
On Thu, 2 Aug 2001, Stas Bekman wrote: > This patch makes sure that the output generated by --help is sorted and > consistent: how about we add --help-seed to print help in the prefered order ;) +1 or sorting. and you have cvs sorted out? i just tested a fresh checkout, Apache-Test comes with