Extract method RCSStream.apply_and_invert_diff().
commita81027e529afb7925d7ea12dfc6505c262862bde
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 14 Feb 2010 04:47:14 +0000 (14 04:47 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 14 Feb 2010 04:47:14 +0000 (14 04:47 +0000)
tree047b313b9b67ba7453438feb4796f390947aebc8
parent19b35f090a86dbe5dd9a141e4d5ebc06d5bb8bff
Extract method RCSStream.apply_and_invert_diff().

This method writes the inverted diff to a file object rather than
returning it directly as a string.  (A file object is used internally,
so why not expose it to the world?  This is one tiny step toward
allowing "streamy" handling of data.)

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