equal
deleted
inserted
replaced
1597 |
1597 |
1598 if py2exeloaded: |
1598 if py2exeloaded: |
1599 extra['console'] = [ |
1599 extra['console'] = [ |
1600 { |
1600 { |
1601 'script': 'hg', |
1601 'script': 'hg', |
1602 'copyright': 'Copyright (C) 2005-2019 Matt Mackall and others', |
1602 'copyright': 'Copyright (C) 2005-2020 Matt Mackall and others', |
1603 'product_version': version, |
1603 'product_version': version, |
1604 } |
1604 } |
1605 ] |
1605 ] |
1606 # Sub command of 'build' because 'py2exe' does not handle sub_commands. |
1606 # Sub command of 'build' because 'py2exe' does not handle sub_commands. |
1607 # Need to override hgbuild because it has a private copy of |
1607 # Need to override hgbuild because it has a private copy of |