equal
deleted
inserted
replaced
1739 |
1739 |
1740 if py2exeloaded: |
1740 if py2exeloaded: |
1741 extra['console'] = [ |
1741 extra['console'] = [ |
1742 { |
1742 { |
1743 'script': 'hg', |
1743 'script': 'hg', |
1744 'copyright': 'Copyright (C) 2005-2023 Olivia Mackall and others', |
1744 'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others', |
1745 'product_version': version, |
1745 'product_version': version, |
1746 } |
1746 } |
1747 ] |
1747 ] |
1748 # Sub command of 'build' because 'py2exe' does not handle sub_commands. |
1748 # Sub command of 'build' because 'py2exe' does not handle sub_commands. |
1749 # Need to override hgbuild because it has a private copy of |
1749 # Need to override hgbuild because it has a private copy of |