comparison tests/test-contrib-perf.t @ 47148:a07d5cb03a85

revlog: rename `indexfile` to `_indexfile` We want to make the actual location of the indexfile and location more of an implementation details than what is is currently. In that process, we make the attribute private. Differential Revision: https://phab.mercurial-scm.org/D10574
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 03 May 2021 12:22:16 +0200
parents d8ad391e10f5
children 396442cd7e6a
comparison
equal deleted inserted replaced
47147:8a1a51d31e85 47148:a07d5cb03a85
409 import newer module separately in try clause for early Mercurial 409 import newer module separately in try clause for early Mercurial
410 contrib/perf.py:\d+: (re) 410 contrib/perf.py:\d+: (re)
411 > from mercurial import ( 411 > from mercurial import (
412 import newer module separately in try clause for early Mercurial 412 import newer module separately in try clause for early Mercurial
413 contrib/perf.py:\d+: (re) 413 contrib/perf.py:\d+: (re)
414 > origindexpath = orig.opener.join(orig.indexfile) 414 > origindexpath = orig.opener.join(indexfile)
415 use getvfs()/getsvfs() for early Mercurial 415 use getvfs()/getsvfs() for early Mercurial
416 contrib/perf.py:\d+: (re) 416 contrib/perf.py:\d+: (re)
417 > origdatapath = orig.opener.join(orig.datafile) 417 > origdatapath = orig.opener.join(orig.datafile)
418 use getvfs()/getsvfs() for early Mercurial 418 use getvfs()/getsvfs() for early Mercurial
419 contrib/perf.py:\d+: (re) 419 contrib/perf.py:\d+: (re)