##// 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 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")
General Comments 0
You need to be logged in to leave comments. Login now