Show More
@@ -142,7 +142,7 b' def _flipbit(v, node):' | |||||
142 |
|
142 | |||
143 | def ctxpvec(ctx): |
|
143 | def ctxpvec(ctx): | |
144 | '''construct a pvec for ctx while filling in the cache''' |
|
144 | '''construct a pvec for ctx while filling in the cache''' | |
145 |
r = ctx. |
|
145 | r = ctx.repo() | |
146 | if not util.safehasattr(r, "_pveccache"): |
|
146 | if not util.safehasattr(r, "_pveccache"): | |
147 | r._pveccache = {} |
|
147 | r._pveccache = {} | |
148 | pvc = r._pveccache |
|
148 | pvc = r._pveccache |
General Comments 0
You need to be logged in to leave comments.
Login now