38
37
"commit", ("myrevid", "cc9462f7f8263ef5adfbeff2fb936bb36b504cba"))
41
39
("commit", ("myrevid", "cc9462f7f8263ef5adfbeff2fb936bb36b504cba")),
42
40
self.map.lookup_git_sha("5686645d49063c73d35436192dfc9a160c672301"))
44
42
def test_lookup_notfound(self):
46
44
self.map.lookup_git_sha, "5686645d49063c73d35436192dfc9a160c672301")
49
47
thesha = "5686645d49063c73d35436192dfc9a160c672301"
51
48
self.map.add_entry(thesha, "blob", ("myfileid", "myrevid"))
54
50
("blob", ("myfileid", "myrevid")),
55
51
self.map.lookup_git_sha(thesha))