49
50
"""Take this unicode revision id, and get a unicode version"""
50
51
# If the key is in the cache try/KeyError is 50% faster than
51
52
# val = dict.get(key), if val is None:
55
56
# Since these are primarily used when iterating over a knit entry
56
57
# *most* of the time the key will already be in the cache, so use the