contrib/automation/hgautomation/cli.py
changeset 48935 d79f0ce95c47
parent 48794 834c938227c6
child 48936 5c8148cd7f13
equal deleted inserted replaced
48934:d953a42b157d 48935:d79f0ce95c47
   478             '3.8',
   478             '3.8',
   479             'pypy',
   479             'pypy',
   480             'pypy3.5',
   480             'pypy3.5',
   481             'pypy3.6',
   481             'pypy3.6',
   482         },
   482         },
   483         default='system2',
   483         default='system3',
   484     )
   484     )
   485     sp.add_argument(
   485     sp.add_argument(
   486         'test_flags',
   486         'test_flags',
   487         help='Extra command line flags to pass to run-tests.py',
   487         help='Extra command line flags to pass to run-tests.py',
   488         nargs='*',
   488         nargs='*',