124 help="skip showing test changes") |
124 help="skip showing test changes") |
125 parser.add_option("--with-hg", type="string", |
125 parser.add_option("--with-hg", type="string", |
126 metavar="HG", |
126 metavar="HG", |
127 help="test using specified hg script rather than a " |
127 help="test using specified hg script rather than a " |
128 "temporary installation") |
128 "temporary installation") |
129 parser.add_option("--local", action="store_true", |
129 parser.add_option("-l", "--local", action="store_true", |
130 help="shortcut for --with-hg=<testdir>/../hg") |
130 help="shortcut for --with-hg=<testdir>/../hg") |
131 parser.add_option("--pure", action="store_true", |
131 parser.add_option("--pure", action="store_true", |
132 help="use pure Python code instead of C extensions") |
132 help="use pure Python code instead of C extensions") |
133 parser.add_option("-3", "--py3k-warnings", action="store_true", |
133 parser.add_option("-3", "--py3k-warnings", action="store_true", |
134 help="enable Py3k warnings on Python 2.6+") |
134 help="enable Py3k warnings on Python 2.6+") |