hgext3rd/topic/constants.py
author Boris Feld <boris.feld@octobus.net>
Fri, 26 May 2017 13:18:26 +0200
changeset 2488 1bdbe8f55339
parent 1901 85390446f8c1
child 2649 cf930521f14d
permissions -rw-r--r--
refactor: extract obs fate algorithm from _getobsoletereason Refactor _getobsoletereason to extract the obs fate computation into a separate function, it will be used later and put it in obshistory as it will be needed in other files. Rename _getobsoletereason to _getobsoletefateandsuccessors.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1845
24d8053020a2 constants: extract key for extra into a constant
Augie Fackler <augie@google.com>
parents:
diff changeset
     1
extrakey = 'topic'