Mercurial > hg
comparison hgext/keyword.py @ 29551:333dd3ab8fb2
rebase: replace extrafn field with _makeextrafn invocations
As per Yuya's advice, we would like to slightly reduce the amount of state
which is stored in rebaseruntime class. In this case, we don't need to store
extrafn field, as we can produce the necessary value by calling _makeextrafn
and the perf overhead is negligible.
author | Kostia Balytskyi <ikostia@fb.com> |
---|---|
date | Thu, 14 Jul 2016 02:59:27 -0700 |
parents | 844f72885fb9 |
children | 8421cbebc783 |
comparison
equal
deleted
inserted
replaced
29550:1c22400db72d | 29551:333dd3ab8fb2 |
---|