# HG changeset patch # User Augie Fackler # Date 1500925077 14400 # Node ID b7304e1cc914a0ee894eb684e3b6ea40ce1b2351 # Parent d90f9e4704def05441e1641376d69d760d5b9038 contrib: remove one test from the python 3 whitelist 439b4d005b4a introduced a use of 'hg revert --no-backup' which is currently broken. Rather than try and do a fix on the (complicated) revert code during the freeze, let's just give up on this test under Python 3 until later. Once we do fix things, the test ratchet script will re-enable it. diff -r d90f9e4704de -r b7304e1cc914 contrib/python3-whitelist --- a/contrib/python3-whitelist Mon Jul 24 13:50:25 2017 -0400 +++ b/contrib/python3-whitelist Mon Jul 24 15:37:57 2017 -0400 @@ -24,7 +24,6 @@ test-lrucachedict.py test-manifest.py test-merge-default.t -test-merge-subrepos.t test-merge2.t test-merge5.t test-revlog-packentry.t