sapling/hgext/highlight
Augie Fackler 856bd5ae00 highlight: put pygments import inside demandimport.deactivated
I tripped on some weirdness relating to _thread vs threading way down
in a dep of highlight recently. I'm not really sure why I'm only just
seeing this defect now, but experimentally this fixes the problem, and
shouldn't cause any load-time slowness for people until pygments is
actually about to be used since highlight.highlight is still lazily
loaded in the highlight/__init__.py file.
2017-06-18 23:05:54 -04:00
..
__init__.py extensions: change magic "shipped with hg" string 2016-08-23 11:26:08 -04:00
highlight.py highlight: put pygments import inside demandimport.deactivated 2017-06-18 23:05:54 -04:00