mercurial/tags.py
changeset 31045 6cf2857526c7
parent 30995 22fbca1d11ed
child 31355 2a18e9e6ca43
--- a/mercurial/tags.py	Sun Feb 19 18:19:33 2017 +0900
+++ b/mercurial/tags.py	Sun Feb 19 20:00:18 2017 +0900
@@ -24,6 +24,7 @@
 from . import (
     encoding,
     error,
+    scmutil,
     util,
 )
 
@@ -277,8 +278,6 @@
     If the cache is not up to date, the caller is responsible for reading tag
     info from each returned head. (See findglobaltags().)
     '''
-    from . import scmutil  # avoid cycle
-
     try:
         cachefile = repo.vfs(_filename(repo), 'r')
         # force reading the file for static-http