On 5. 4. 26 11:44, [email protected] wrote:
Author: rinrab
Date: Sun Apr 5 09:44:54 2026
New Revision: 1932855
Log:
Export a function for parsing a single opt_revision into the public API. We'll
probably use it in svnbrowse. Neither of other tools need it because they
primarly operate over a revision range for which there is a separate function
in the API.
Is making this public really necessary? A wrapper for
svn_opt_parse_revision() that checks that there was only one revision in
the argument is literally two lines of code that can be local in svnbrowse.
-- Brane