From: R. David Murray Date: Sat, 14 Nov 2009 16:22:13 +0000 (+0000) Subject: Blocked revisions 76261 via svnmerge X-Git-Tag: v3.1.2rc1~344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f1df7a0c3e0027b82ba20418a261c8867047cf1;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 76261 via svnmerge ................ r76261 | r.david.murray | 2009-11-14 11:13:02 -0500 (Sat, 14 Nov 2009) | 11 lines Merged revisions 76260 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76260 | r.david.murray | 2009-11-14 10:18:22 -0500 (Sat, 14 Nov 2009) | 5 lines Issue #7312 (new feature): Add a -F flag to run the selected tests in a loop until a test fails. Can be combined with -j. Patch by Antoine Pitrou. ........ ................ ---