238
243
self.clone_git_branch, path, "f")
239
244
self.assertEqual({}, newbranch.tags.get_tag_dict())
240
245
# Dulwich raises a UserWarning for tags with invalid target
246
self.assertIn(('ref refs/tags/lala points at non-present sha ' + ("aa" * 20), ), [w.args for w in warnings])
243
248
def test_interbranch_pull(self):
244
249
path, (gitsha1, gitsha2) = self.make_tworev_branch()