63
63
# cache in memory to make this faster. In general anything can be
64
64
# cached in memory between lock and unlock operations.
70
66
def find_branch(*ignored, **ignored_too):
71
67
# XXX: leave this here for about one release, then remove it
72
68
raise NotImplementedError('find_branch() is not supported anymore, '