Change _ProjectDataCollector.process_file() to return a CVSFileItems instance.
commit0503373d430a6b007f18a83a1b66e90b92bf1a38
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 26 Dec 2009 09:47:58 +0000 (26 09:47 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 26 Dec 2009 09:47:58 +0000 (26 09:47 +0000)
tree5ec076bd4cbfd6ffc7f46159f70f69227b1afc82
parent1d3371d510f445b5eb7b3fbe9ea3abcda1479291
Change _ProjectDataCollector.process_file() to return a CVSFileItems instance.

Let CollectData.process_project() call
CollectData.process_cvs_file_items().

* cvs2svn_lib/collect_data.py (_ProcessDataCollector.process_file):
  Return the CVSFileItems object rather than processing it in this
  method.

  (CollectData.process_file): Process the CVSFileItems here instead.

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