setup.py
branchstable
changeset 44170 0ab651b5f77c
parent 44115 e1b8b4e4f496
child 44240 15eb90965a00
child 44378 bb58931d0c4f
equal deleted inserted replaced
44169:5d85e9ddc7b9 44170:0ab651b5f77c
  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