Access the rcsparse code via a new interface module, rcsparser.
commit5d740f970a9cff2a35c42032a02fd51b2334ad08
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Tue, 24 May 2011 08:38:52 +0000 (24 08:38 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Tue, 24 May 2011 08:38:52 +0000 (24 08:38 +0000)
tree3239d62add54215cb3046d249e725ca19df62dab
parentc5e384ebdcd93c8a77fb5e81255c53e5612bd41e
Access the rcsparse code via a new interface module, rcsparser.

This is the first step towards getting a better handle on how cvs2svn
uses the rcsparse code.

This first version differs from cvs2svn_rcsparse/__init__.py by not
trying to use tparse, which is not shipped with cvs2svn and seems
anyway to be broken and unmaintained.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5351 be7e6eca-30d4-0310-a8e5-ac0d63af7087
contrib/destroy_repository.py
contrib/rcs_file_filter.py
contrib/renumber_branch.py
contrib/shrink_test_case.py
cvs2svn_lib/checkout_internal.py
cvs2svn_lib/collect_data.py
cvs2svn_lib/generate_blobs.py
cvs2svn_lib/rcsparser.py [new file with mode: 0644]
cvs2svn_lib/test/rcs_stream_test.py