hgext3rd/topic/constants.py
author Anton Shestakov <av6@dwimlabs.net>
Fri, 06 Sep 2019 12:16:34 +0700
branchstable
changeset 4828 aaf8742e09a0
parent 2649 cf930521f14d
child 4814 48b30ff742cb
permissions -rw-r--r--
stack: demonstrate that not reusing cached property gives different results Instead of using self._dependencies, which is a cached property, let's get fresh deps and rdeps in stack.revs method using a newly introduced stack.builddependencies method (will be removed in the next patch). This makes it easier to explain why the next patch is correct.

extrakey = 'topic'
changekey = '_rewrite_noise'