Show More
@@ -406,7 +406,8 b' class revbranchcache(object):' | |||||
406 |
|
406 | |||
407 | # fast path: extract data from cache, use it if node is matching |
|
407 | # fast path: extract data from cache, use it if node is matching | |
408 | reponode = changelog.node(rev)[:_rbcnodelen] |
|
408 | reponode = changelog.node(rev)[:_rbcnodelen] | |
409 |
cachenode, branchidx = unpack_from( |
|
409 | cachenode, branchidx = unpack_from( | |
|
410 | _rbcrecfmt, util.buffer(self._rbcrevs), rbcrevidx) | |||
410 | close = bool(branchidx & _rbccloseflag) |
|
411 | close = bool(branchidx & _rbccloseflag) | |
411 | if close: |
|
412 | if close: | |
412 | branchidx &= _rbcbranchidxmask |
|
413 | branchidx &= _rbcbranchidxmask |
General Comments 0
You need to be logged in to leave comments.
Login now