228
232
self.assertEqual({"lala": revid}, newbranch.tags.get_tag_dict())
229
233
self.assertEqual([revid], newbranch.repository.all_revision_ids())
246
self.assertIn(('ref refs/tags/lala points at non-present sha ' + ("aa" * 20), ), [w.args for w in warnings])
231
248
def test_interbranch_pull(self):
232
249
path, (gitsha1, gitsha2) = self.make_tworev_branch()
233
250
oldrepo = Repository.open(path)