diff mercurial/scmposix.py @ 27469:8914296e74a2

commands: use revlog._deltachain in debugdeltachain We have a nice API now. Use it. This does mean we introduce an extra index lookup for each revision. Considering this is a debug command, the overhead should be acceptable. We could add the chain size to revlog._deltachain(). However, that feels like avoidable overhead.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Dec 2015 19:02:02 -0800
parents 23c995ed466b
children 39087ee88835
line wrap: on
line diff