bhuvan@tigris.org wrote:
> Author: bhuvan
> Date: Wed Apr 4 06:14:29 2007
> New Revision: 24417
>
> Log:
> Efficiency the use of APR subpool where necessary, either by destroying
> them before the successful return statement or allocating them when it
> is used. In addition, bump the copyright year to 2007 where it is
> appropriate.
>
> * subversion/svnadmin/main.c
> (subcommand_rmlocks): Destroy the APR subpool before the successful
> return statement.
> * subversion/svnsync/main.c
> (do_synchronize): Bump the copyright year to 2007 and destroy the APR
> subpool before the successful return statement.
> * subversion/libsvn_repos/log.c
> (get_history): If the history item predates the START revision, then
> destroy the APR subpool and info->oldpool.
> * subversion/libsvn_delta/path_driver.c
> (svn_delta_path_driver): Bump the copyright year to 2007 and allocate
> subpool, iterpool and item after the check for paths->nelts.
>
> Patch by: me
^
This is superfluous. Unless otherwise noted, the patch is assumed to be
by the person committing it. (You don't need to remove it here, just
for future reference.)
> Approved by: cmpilato
-Hyrum
Received on Wed Apr 4 15:23:10 2007