git-svn: cleanup: put SVN workarounds into their own namespace
commitd81bf827192f0af6b1cca64d2cdbaac9b5ca2020
authorEric Wong <normalperson@yhbt.net>
Wed, 10 Jan 2007 09:22:38 +0000 (10 01:22 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:08 +0000 (23 00:57 -0800)
treec72b7740157129135479d14c7605ad14dfa1f5ca
parent4a87db0e12df48408501610605bd7cde81c6d20e
git-svn: cleanup: put SVN workarounds into their own namespace

Force some svn_ra functions to use a temporary pool via wrapper

This cleans up the code a bit by removing explicit instances of
pool allocation and deallocation and providing wrapper functions
that make use of temporary pools.

I've also added an explicit pool usage when creating the commit
editor for commit-diff where get_commit_editor can be called
multiple times with the same pool previously.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl