hgext/narrow/narrowbundle2.py
changeset 42813 268662aac075
parent 42379 e2e507573c7c
child 42895 bbcaf3a74822
--- a/hgext/narrow/narrowbundle2.py	Thu Aug 22 16:47:31 2019 -0700
+++ b/hgext/narrow/narrowbundle2.py	Sun Aug 18 00:45:33 2019 +0300
@@ -23,10 +23,12 @@
     localrepo,
     narrowspec,
     repair,
-    repository,
     util,
     wireprototypes,
 )
+from mercurial.interfaces import (
+    repository,
+)
 from mercurial.utils import (
     stringutil,
 )