Show More
@@ -1309,6 +1309,13 b' packages = [' | |||
|
1309 | 1309 | 'hgdemandimport', |
|
1310 | 1310 | ] |
|
1311 | 1311 | |
|
1312 | # The pygit2 dependency dropped py2 support with the 1.0 release in Dec 2019. | |
|
1313 | # Prior releases do not build at all on Windows, because Visual Studio 2008 | |
|
1314 | # doesn't understand C 11. Older Linux releases are buggy. | |
|
1315 | if sys.version_info[0] == 2: | |
|
1316 | packages.remove('hgext.git') | |
|
1317 | ||
|
1318 | ||
|
1312 | 1319 | for name in os.listdir(os.path.join('mercurial', 'templates')): |
|
1313 | 1320 | if name != '__pycache__' and os.path.isdir( |
|
1314 | 1321 | os.path.join('mercurial', 'templates', name) |
General Comments 0
You need to be logged in to leave comments.
Login now