149
144
self.assertEquals(False, self.git_repo.has_signature_for_revision_id(revision.NULL_REVISION))
151
146
def test_all_revision_ids_none(self):
154
149
def test_get_ancestry_null(self):
155
self.assertEquals([None, revision.NULL_REVISION], self.git_repo.get_ancestry(revision.NULL_REVISION))
157
152
def assertIsNullInventory(self, inv):
158
153
self.assertEqual(inv.root, None)