Submitter | timeless |
---|---|
Date | Sept. 21, 2016, 3:59 a.m. |
Message ID | <24d85146985b7d2fef3c.1474430371@gcc2-power8.osuosl.org> |
Download | mbox | patch |
Permalink | /patch/16723/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r 285a8c3e53f2 -r 24d85146985b mercurial/demandimport.py --- a/mercurial/demandimport.py Tue May 03 13:36:12 2016 +0900 +++ b/mercurial/demandimport.py Wed Sep 21 02:46:59 2016 +0000 @@ -284,7 +284,7 @@ 'mimetools', 'sqlalchemy.events', # has import-time side effects (issue5085) # setuptools 8 expects this module to explode early when not on windows - 'distutils.msvc9compiler' + 'distutils.msvc9compiler', ] def isenabled():