mercurial/__init__.py
changeset 34396 9fb9f8440b71
parent 33502 5d0c0c8d2929
child 35245 414114a7c18f
--- 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