commit | 6e8548cca888205a99773a18a73533b2b8dc651d | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Sat Jan 27 01:32:00 2007 -0800 |
committer | Eric Wong <normalperson@yhbt.net> | Fri Feb 23 00:57:10 2007 -0800 |
tree | a9bfbd936a1ac86eb633ffc4669337b9d22984fe | |
parent | d3a840dc74d2098c31aac1b89093d847e1d33dd8 [diff] |
git-svn: avoid an extra svn_ra connection during commits Before, we needed a separate svn_ra instance to run our check_path calls once the editor was active; but we can avoid that by running all the check_path calls before our editor is active. Signed-off-by: Eric Wong <normalperson@yhbt.net>