martinvonz added inline comments.

INLINE COMMENTS

> perf.py:2326
>  
> -    branchcacheread = safeattrsetter(branchmap, b'read')
> +    branchcacheread = safeattrsetter(branchmap.branchcache, b'fromfile')
>      branchcachewrite = safeattrsetter(branchmap.branchcache, b'write')

As I was recently reminded by Yuya, the perf commands are supposed to be 
compatible with older versions of hg too, and this doesn't seem to be 
compatible with the `branchmap.read()` version.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5635

To: mjpieters, #hg-reviewers
Cc: martinvonz, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to