D5170: branchmap: pass changelog into revbranchcache.branchinfo()

Yuya Nishihara yuya at tcha.org
Sat Oct 20 03:36:10 EDT 2018


> >              rbc = self.revbranchcache()
> > +            cl = self.changelog
> 
> Perhaps it has to be self.unfiltered().changelog because revbranchcache is
> initialized with the unfiltered repo.

Never mind. It doesn't matter so long as the passed rev isn't filtered.


More information about the Mercurial-devel mailing list