equal
deleted
inserted
replaced
1758 |
1758 |
1759 if py2exeloaded: |
1759 if py2exeloaded: |
1760 extra['console'] = [ |
1760 extra['console'] = [ |
1761 { |
1761 { |
1762 'script': 'hg', |
1762 'script': 'hg', |
1763 'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others', |
1763 'copyright': 'Copyright (C) 2005-2025 Olivia Mackall and others', |
1764 'product_version': version, |
1764 'product_version': version, |
1765 } |
1765 } |
1766 ] |
1766 ] |
1767 # Sub command of 'build' because 'py2exe' does not handle sub_commands. |
1767 # Sub command of 'build' because 'py2exe' does not handle sub_commands. |
1768 # Need to override hgbuild because it has a private copy of |
1768 # Need to override hgbuild because it has a private copy of |