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