Show More
@@ -104,7 +104,7 b' def cachehash(repo, hideable):' | |||
|
104 | 104 | """ |
|
105 | 105 | h = hashlib.sha1() |
|
106 | 106 | h.update(''.join(repo.heads())) |
|
107 |
h.update( |
|
|
107 | h.update('%d' % hash(frozenset(hideable))) | |
|
108 | 108 | return h.digest() |
|
109 | 109 | |
|
110 | 110 | def _writehiddencache(cachefile, cachehash, hidden): |
General Comments 0
You need to be logged in to leave comments.
Login now