Loosen criteria for deleting initial branch commits.
commitb8bb51f93b57c2859c2492c1ec4c9a7be7199b06
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 5 Sep 2009 21:30:53 +0000 (5 21:30 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 5 Sep 2009 21:30:53 +0000 (5 21:30 +0000)
treeaf2d841ddba9c5f32d69f9683220b31805e46ae2
parent02debd5c30dc6bcf82a7e2532f6ea3e87d3cdfa8
Loosen criteria for deleting initial branch commits.

Do not require the filename to match in the log message of an initial
branch delete to declare it unneeded.  This criterion did not really
add to the safety of the transformation and it also caused the
transformation to be skipped if the RCS file had ever been renamed.

* cvs2svn_lib/cvs_file_items.py
  (CVSFileItems._is_unneeded_initial_branch_delete): Do not require
  filename match in log message.

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