hgext3rd/topic/constants.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 09 Mar 2017 08:33:00 -0800
changeset 2067 74869d26f0e0
parent 1901 85390446f8c1
child 2649 cf930521f14d
permissions -rw-r--r--
setup.py: remove unused and harmful code importing mercurial This was failing on some build system we have. The import seemed to succeed, but then mercurial.__all__ would fail. I don't know why, but since it's unused anyway, let's just drop it.
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'