Don't require a successor to an initial branch delete that will be omitted.
commit9cdf4ebe432b74e2ba18954185bddb83b1af64a2
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 5 Sep 2009 21:32:26 +0000 (5 21:32 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 5 Sep 2009 21:32:26 +0000 (5 21:32 +0000)
tree3358445f0a7919c8f685c3d0efe004c6a81e8b7d
parent8eaa4c2fc658092ecca87600c89c1c63449edd3d
Don't require a successor to an initial branch delete that will be omitted.

This can result in the whole branch being omitted.  Indeed, it can
result in everything in the file being deleted.  But that's OK.

* cvs2svn_lib/cvs_file_items.py
  (CVSFileItems._is_unneeded_initial_branch_delete): Allow an initial
  branch delete to be removed even if it has no successors.

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