Don't check the timestamp of the branch delete.
commit4b9d25811b03237673ae372af2a43f9d5018fc86
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 5 Sep 2009 21:31:29 +0000 (5 21:31 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 5 Sep 2009 21:31:29 +0000 (5 21:31 +0000)
tree666747fe0c8ae8d923ff7d3f26642db2aea2bc86
parent93e7c19fe297a72c2d0a1d0bf80598d93b65fac0
Don't check the timestamp of the branch delete.

Don't insist that there is a source revision with a similar timestamp
before allowing an initial branch delete to be omitted.  The
additional safety gained is not worth it, and it will not be possible
to check if the branch has already been detached.

* cvs2svn_lib/cvs_file_items.py
  (CVSFileItems._is_unneeded_initial_branch_delete): Don't check the
  timestamps of the source revision.

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