# HG changeset patch # User Matt Mackall # Date 2010-04-29 23:25:45 # Node ID 3235575240060566b7b7496505f22b933a0888d1 # Parent c1c534d62b0553c83c3c36cdb6aab51cd455f3bb run-tests: add -l short option for --local diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -126,7 +126,7 @@ def parseargs(): 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")