475
475
checkout = source_branch.create_checkout('c')
476
476
self.assertEqual(rev_id, checkout.last_revision())
482
self.applyDeprecated(symbol_versioning.deprecated_in((2, 4, 0)),
485
self.applyDeprecated(symbol_versioning.deprecated_in((2, 4, 0)),
489
478
def test_heads_to_fetch(self):
490
479
# heads_to_fetch is a method that returns a collection of revids that
491
480
# need to be fetched to copy this branch into another repo. At a