##// END OF EJS Templates
committablefilectx: override linkrev() to point to the associated changectx...
committablefilectx: override linkrev() to point to the associated changectx This is necessary to annotate workingctx revision. basefilectx.linkrev() can't be used because committablefilectx has no filelog. committablefilectx looks for parents() from self._changectx. That means fctx is linked to self._changectx, so linkrev() can simply be aliased to rev().
Yuya Nishihara -
r24420:065b886f default
Show More