Skip Menu |

This queue is for tickets about the App-SVN-Bisect CPAN distribution.

Report information
The Basics
Id: 57837
Status: resolved
Priority: 0/
Queue: App-SVN-Bisect

People
Owner: INFINOID [...] cpan.org
Requestors: coke [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: accept revisions with leading r's.
it would be convenient if all command line options that took versions took them either with the raw numeric version or with a single leading 'r', e.g.: svn-bisect --min r44954 --max r45819 I can probably whip up a patch if that'd help.
On Tue May 25 19:31:57 2010, COKE wrote: Show quoted text
> it would be convenient if all command line options that took versions > took them either with the > raw numeric version or with a single leading 'r', e.g.: > > svn-bisect --min r44954 --max r45819
Done, and tested for all cases that the test suite covers. (Hopefully that's everything; if I missed something, please let me know!) This will be fixed in the next release. http://github.com/Infinoid/svn-bisect/commit/4b0afa7d6cda9092c2b7e24eadc5df6f8708ad80 http://github.com/Infinoid/svn-bisect/commit/525e2586fc26807fef33d19c6149a312e8442d29
I just uploaded svn-bisect 1.1 to CPAN which contains this fix.