Loosen criteria for deleting initial trunk commits.
commit93e7c19fe297a72c2d0a1d0bf80598d93b65fac0
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 5 Sep 2009 21:31:21 +0000 (5 21:31 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 5 Sep 2009 21:31:21 +0000 (5 21:31 +0000)
tree4de87849f75b7d6865c6bc6a55693cfb6f2548cc
parent498c304b925f011ee2dd0129107d763953dc1fce
Loosen criteria for deleting initial trunk commits.

Do not impose any conditions on the branches sprouting from an initial
trunk delete (even that they exist) when deciding whether the initial
trunk commit can be deleted.  (The branch on which the file was added
might have subsequently been deleted or its commit(s) obsoleted.)

* cvs2svn_lib/cvs_file_items.py
  (CVSFileItems._is_unneeded_initial_trunk_delete): Do not worry about
  branch existence or contents.

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