author | Matt Harbison <matt_harbison@yahoo.com> |
Sun, 21 Jan 2018 16:46:31 -0500 | |
branch | stable |
changeset 3485 | ece7cfdff335 |
parent 2959 | ef361938dfa1 |
permissions | -rw-r--r-- |
import hghave @hghave.check("docgraph-ext", "Extension to generate graph from repository") def docgraph(): try: import hgext.docgraph hgext.docgraph.cmdtable # trigger import except ImportError: try: import hgext3rd.docgraph hgext3rd.docgraph.cmdtable # trigger import except ImportError: return False return True