contrib/automation/hgautomation/cli.py
changeset 48845 5c8148cd7f13
parent 48844 d79f0ce95c47
child 48846 d7e064d509a0
equal deleted inserted replaced
48844:d79f0ce95c47 48845:5c8148cd7f13
   467     )
   467     )
   468     sp.add_argument(
   468     sp.add_argument(
   469         '--python-version',
   469         '--python-version',
   470         help='Python version to use',
   470         help='Python version to use',
   471         choices={
   471         choices={
   472             'system2',
       
   473             'system3',
   472             'system3',
   474             '2.7',
       
   475             '3.5',
   473             '3.5',
   476             '3.6',
   474             '3.6',
   477             '3.7',
   475             '3.7',
   478             '3.8',
   476             '3.8',
   479             'pypy',
   477             'pypy',