194
187
def set(self, key, revid, data):
195
188
"""Store `data` under `key`, to be checked against `revid` on get().
203
192
# Used to store locks that prevent multiple threads from building a
204
193
# revision graph for the same branch at the same time, because that can