CVSFileItems.imported_remove_1_1(): don't remove a non-root commit
commitcbd16c66d1070940ce590d858e44f96dcf9bcc04
authormhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 2 Sep 2017 06:40:28 +0000 (2 06:40 +0000)
committermhagger <mhagger@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 2 Sep 2017 06:40:28 +0000 (2 06:40 +0000)
tree6c848fbea070b9546a938d64eb94f56756f8dd42
parentb962416c8172fbe602b621184b3b92a9a0df4f85
CVSFileItems.imported_remove_1_1(): don't remove a non-root commit

If the supposed "revision 1.1" has a predecessor, then we're not
talking about the simple scenario described in the docstring for
`adjust_ntdbrs()`, so don't try to delete it. This fixes test 184.

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