mercurial/exchangev2.py
changeset 42813 268662aac075
parent 41217 afa884015e66
child 43076 2372284d9457
--- a/mercurial/exchangev2.py	Thu Aug 22 16:47:31 2019 -0700
+++ b/mercurial/exchangev2.py	Sun Aug 18 00:45:33 2019 +0300
@@ -22,8 +22,10 @@
     narrowspec,
     phases,
     pycompat,
+    setdiscovery,
+)
+from .interfaces import (
     repository,
-    setdiscovery,
 )
 
 def pull(pullop):