diff contrib/python3-whitelist @ 41475:30b762a330c8

remotefilelog: cast division result to an int Otherwise mid is a float and this confuses __slice__ on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5760
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 30 Jan 2019 13:36:51 -0800
parents 9cb51e74e9ad
children 4caf56c33009
line wrap: on
line diff
--- a/contrib/python3-whitelist	Wed Jan 30 13:34:47 2019 -0800
+++ b/contrib/python3-whitelist	Wed Jan 30 13:36:51 2019 -0800
@@ -588,6 +588,7 @@
 test-remotefilelog-cacheprocess.t
 test-remotefilelog-clone-tree.t
 test-remotefilelog-clone.t
+test-remotefilelog-datapack.py
 test-remotefilelog-gcrepack.t
 test-remotefilelog-histpack.py
 test-remotefilelog-http.t