Show More
@@ -75,7 +75,7 b' try:' | |||
|
75 | 75 | py2exe_opts = {} |
|
76 | 76 | if py2exe_for_demandload is not None: |
|
77 | 77 | cmdclass['py2exe'] = py2exe_for_demandload |
|
78 | py2exe_opts['console'] = 'hg' | |
|
78 | py2exe_opts['console'] = ['hg'] | |
|
79 | 79 | setup(name='mercurial', |
|
80 | 80 | version=mercurial.version.get_version(), |
|
81 | 81 | author='Matt Mackall', |
General Comments 0
You need to be logged in to leave comments.
Login now