##// END OF EJS Templates
extensions: make `hg help extensions` list disabled extensions with PyOxidizer...
Martin von Zweigbergk -
r45692:9d532329 default
parent child Browse files
Show More
@@ -1695,6 +1695,9 b' if py2exeloaded:'
1695 if dllexcludes:
1695 if dllexcludes:
1696 py2exedllexcludes.extend(dllexcludes.split(' '))
1696 py2exedllexcludes.extend(dllexcludes.split(' '))
1697
1697
1698 if os.environ.get('PYOXIDIZER'):
1699 hgbuild.sub_commands.insert(0, ('build_hgextindex', None))
1700
1698 if os.name == 'nt':
1701 if os.name == 'nt':
1699 # Windows binary file versions for exe/dll files must have the
1702 # Windows binary file versions for exe/dll files must have the
1700 # form W.X.Y.Z, where W,X,Y,Z are numbers in the range 0..65535
1703 # form W.X.Y.Z, where W,X,Y,Z are numbers in the range 0..65535
General Comments 0
You need to be logged in to leave comments. Login now