mercurial/localrepo.py
changeset 42813 268662aac075
parent 42712 cdf0e9523de1
child 42814 2c4f656c8e9f
--- a/mercurial/localrepo.py	Thu Aug 22 16:47:31 2019 -0700
+++ b/mercurial/localrepo.py	Sun Aug 18 00:45:33 2019 +0300
@@ -52,7 +52,6 @@
     phases,
     pushkey,
     pycompat,
-    repository,
     repoview,
     revset,
     revsetlang,
@@ -66,6 +65,11 @@
     util,
     vfs as vfsmod,
 )
+
+from .interfaces import (
+    repository,
+)
+
 from .utils import (
     interfaceutil,
     procutil,