Questions about code in svn_client_log5()'s helper func resolve_log_targets()
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Fri, 3 May 2013 15:24:54 -0400
Paul,
Was reviewing your svn_client_log5() changes. There are a couple of places
if (peg_revision->kind == svn_opt_revision_unspecified)
Is there any reason for that not to be simply:
if (peg_revision->kind == svn_opt_revision_unspecified)
?
Also, I would suggest that, instead of initializing the *relative_targets
/* Initialize the output array. At a minimum, we need room for one
Finally, do we need to be strdup()ing the stuff we put into the
It's entirely possible that you didn't introduce any of this stuff with your
-- C. Michael Pilato <cmpilato_at_collab.net> CollabNet <> www.collab.net <> Enterprise Cloud Development
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.