Remove the GitRevisionRecorder._get_original_source() stuff.
commit8b175020721221720aa963209bc089221ed0f9c3
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Mon, 15 Feb 2010 03:49:07 +0000 (15 03:49 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Mon, 15 Feb 2010 03:49:07 +0000 (15 03:49 +0000)
tree0ca1718a477d942958461c303a86ccabc606ed79
parenteaacc0aa84163e614e85db5ad253940495e9dddc
Remove the GitRevisionRecorder._get_original_source() stuff.

It is doubtful whether it saved much intermediate storage space, and
(in the case of CVS keyword expansion) didn't give quite the correct
revision contents.  It also is the only place that the original
CVSFileItems are needed by any RevisionRecorder, so getting rid of
this code simplifies bookkeeping.

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