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