equal
deleted
inserted
replaced
1704 |
1704 |
1705 if py2exeloaded: |
1705 if py2exeloaded: |
1706 extra['console'] = [ |
1706 extra['console'] = [ |
1707 { |
1707 { |
1708 'script': 'hg', |
1708 'script': 'hg', |
1709 'copyright': 'Copyright (C) 2005-2020 Matt Mackall and others', |
1709 'copyright': 'Copyright (C) 2005-2021 Matt Mackall and others', |
1710 'product_version': version, |
1710 'product_version': version, |
1711 } |
1711 } |
1712 ] |
1712 ] |
1713 # Sub command of 'build' because 'py2exe' does not handle sub_commands. |
1713 # Sub command of 'build' because 'py2exe' does not handle sub_commands. |
1714 # Need to override hgbuild because it has a private copy of |
1714 # Need to override hgbuild because it has a private copy of |