##// END OF EJS Templates
pvec: replace 'ctx._repo' with 'ctx.repo()'
Matt Harbison -
r24339:bcc319d9 default
parent child Browse files
Show More
@@ -142,7 +142,7 b' def _flipbit(v, node):'
142 142
143 143 def ctxpvec(ctx):
144 144 '''construct a pvec for ctx while filling in the cache'''
145 r = ctx._repo
145 r = ctx.repo()
146 146 if not util.safehasattr(r, "_pveccache"):
147 147 r._pveccache = {}
148 148 pvc = r._pveccache
General Comments 0
You need to be logged in to leave comments. Login now