diff -r 383fdfa6bba9 -r 268662aac075 mercurial/exchange.py --- a/mercurial/exchange.py Thu Aug 22 16:47:31 2019 -0700 +++ b/mercurial/exchange.py Sun Aug 18 00:45:33 2019 +0300 @@ -34,7 +34,6 @@ phases, pushkey, pycompat, - repository, scmutil, sslutil, streamclone, @@ -42,6 +41,9 @@ util, wireprototypes, ) +from .interfaces import ( + repository, +) from .utils import ( stringutil, )