# HG changeset patch # User Matt Harbison # Date 1426216700 14400 # Node ID bcc319d936a388914ef522ff380db6b536067e8a # Parent ca1365078c8655528a9104e8c4112019b18eb870 pvec: replace 'ctx._repo' with 'ctx.repo()' diff -r ca1365078c86 -r bcc319d936a3 mercurial/pvec.py --- a/mercurial/pvec.py Thu Mar 12 23:16:26 2015 -0400 +++ b/mercurial/pvec.py Thu Mar 12 23:18:20 2015 -0400 @@ -142,7 +142,7 @@ def ctxpvec(ctx): '''construct a pvec for ctx while filling in the cache''' - r = ctx._repo + r = ctx.repo() if not util.safehasattr(r, "_pveccache"): r._pveccache = {} pvc = r._pveccache