##// END OF EJS Templates
run-tests: add -l short option for --local
Matt Mackall -
r11038:32355752 default
parent child Browse files
Show More
@@ -126,7 +126,7 b' def parseargs():'
126 126 metavar="HG",
127 127 help="test using specified hg script rather than a "
128 128 "temporary installation")
129 parser.add_option("--local", action="store_true",
129 parser.add_option("-l", "--local", action="store_true",
130 130 help="shortcut for --with-hg=<testdir>/../hg")
131 131 parser.add_option("--pure", action="store_true",
132 132 help="use pure Python code instead of C extensions")
General Comments 0
You need to be logged in to leave comments. Login now