Mercurial > hg
changeset 11038:323557524006
run-tests: add -l short option for --local
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 29 Apr 2010 18:25:45 -0500 |
parents | c1c534d62b05 |
children | cf0a309f6c4d |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Thu Apr 29 23:47:07 2010 +0200 +++ b/tests/run-tests.py Thu Apr 29 18:25:45 2010 -0500 @@ -126,7 +126,7 @@ metavar="HG", help="test using specified hg script rather than a " "temporary installation") - parser.add_option("--local", action="store_true", + parser.add_option("-l", "--local", action="store_true", help="shortcut for --with-hg=<testdir>/../hg") parser.add_option("--pure", action="store_true", help="use pure Python code instead of C extensions")