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