comparison hgext/sqlitestore.py @ 42824:2c4f656c8e9f

interfaceutil: move to interfaces/ Now that we have a dedicated folder for interfaces, let's move interfaceutil there. Differential Revision: https://phab.mercurial-scm.org/D6742
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sun, 18 Aug 2019 02:28:42 +0300
parents 268662aac075
children 2372284d9457
comparison
equal deleted inserted replaced
42823:268662aac075 42824:2c4f656c8e9f
73 util, 73 util,
74 verify, 74 verify,
75 ) 75 )
76 from mercurial.interfaces import ( 76 from mercurial.interfaces import (
77 repository, 77 repository,
78 util as interfaceutil,
78 ) 79 )
79 from mercurial.utils import ( 80 from mercurial.utils import (
80 interfaceutil,
81 storageutil, 81 storageutil,
82 ) 82 )
83 83
84 try: 84 try:
85 from mercurial import zstd 85 from mercurial import zstd