Make sure that close() is called on the stream from get_content_stream().
commit20684d87b0305b4e77991f5d6aa53013068aee37
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 22 Nov 2009 04:53:19 +0000 (22 04:53 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 22 Nov 2009 04:53:19 +0000 (22 04:53 +0000)
tree00e30f15df69aae40ccdcb3d48e21239964b0c04
parent43425c7098fa4b68b14bfacbc9996f45bbbaaba2
Make sure that close() is called on the stream from get_content_stream().

Some error checking happens when close() is called, so make sure to
call close() explicitly.  This should hopefully catch some problems
if the CVS executable is invoked incorrectly.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@4960 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn_lib/fulltext_revision_recorder.py
cvs2svn_lib/git_output_option.py