# HG changeset patch # User Matt Mackall # Date 1272583545 18000 # Node ID 886e85e1a1724dea1765fe7e4d6024336af1b729 # Parent abd249e1db3c1ff66cc5c57bc9d5a71fe97ec317 run-tests: add -l short option for --local [original upstream message ] diff -r abd249e1db3c -r 886e85e1a172 tests/run-tests.py --- a/tests/run-tests.py Fri Apr 30 15:21:59 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=/../hg") parser.add_option("--pure", action="store_true", help="use pure Python code instead of C extensions")