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