Fix issue #67 - malfunction caused by RCS branches rooted at revision 1.0.
commit781c200ba85ba613e754071b89cfbd9b7049837d
authormaxb <maxb@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 11 Dec 2005 00:09:29 +0000 (11 00:09 +0000)
committermaxb <maxb@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sun, 11 Dec 2005 00:09:29 +0000 (11 00:09 +0000)
treec6a880b5ef96108a7a90a20f329e8635d7f304aa
parent377594f63ed0fe707182c724ca597f306d1b4adc
Fix issue #67 - malfunction caused by RCS branches rooted at revision 1.0.

* cvs2svn (branch_tag, vendor_tag): Rename these regexps to the more
    appropriate names cvs_branch_tag, and rcs_branch_tag, and modify their
    definitions, including introducing some match groups.
  (CollectData.add_cvs_branch): Remove.
  (CollectData.define_tag): Use the new names for the regular expressions,
    and use the match groups to trivially avoid the need for add_cvs_branch().

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@1759 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn