clfilter: split `revlog.headrevs` C call from python code
Make the pure python implementation of headrevs available to derived classes. It is important because filtering logic applied by `revlog` derived class won't have effect on `index`. We want to be able to bypass this C call to implement our own.
Please register or sign in to comment