equal
deleted
inserted
replaced
1059 sys.stderr.write('warning: %s with unexpected mercurial lib: %s\n' |
1059 sys.stderr.write('warning: %s with unexpected mercurial lib: %s\n' |
1060 ' (expected %s)\n' |
1060 ' (expected %s)\n' |
1061 % (verb, actualhg, expecthg)) |
1061 % (verb, actualhg, expecthg)) |
1062 |
1062 |
1063 results = {'.':[], '!':[], 's':[], 'i':[]} |
1063 results = {'.':[], '!':[], 's':[], 'i':[]} |
1064 resultslock = threading.Lock() |
|
1065 times = [] |
1064 times = [] |
1066 iolock = threading.Lock() |
1065 iolock = threading.Lock() |
1067 abort = False |
1066 abort = False |
1068 |
1067 |
1069 def scheduletests(options, tests): |
1068 def scheduletests(options, tests): |