--- a/mercurial/__init__.py Sun Oct 01 03:24:19 2017 -0700
+++ b/mercurial/__init__.py Sun Oct 01 04:04:18 2017 -0700
@@ -34,6 +34,9 @@
# selectors2 is already dual-version clean, don't try and mangle it
if fullname.startswith('mercurial.selectors2'):
return None
+ # third-party packages are expected to be dual-version clean
+ if fullname.startswith('mercurial.thirdparty'):
+ return None
# zstd is already dual-version clean, don't try and mangle it
if fullname.startswith('mercurial.zstd'):
return None