comparison mercurial/revlog.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 f75f47b3ea41
comparison
equal deleted inserted replaced
42823:268662aac075 42824:2c4f656c8e9f
68 templatefilters, 68 templatefilters,
69 util, 69 util,
70 ) 70 )
71 from .interfaces import ( 71 from .interfaces import (
72 repository, 72 repository,
73 util as interfaceutil,
73 ) 74 )
74 from .revlogutils import ( 75 from .revlogutils import (
75 deltas as deltautil, 76 deltas as deltautil,
76 flagutil, 77 flagutil,
77 ) 78 )
78 from .utils import ( 79 from .utils import (
79 interfaceutil,
80 storageutil, 80 storageutil,
81 stringutil, 81 stringutil,
82 ) 82 )
83 83
84 # blanked usage of all the name to prevent pyflakes constraints 84 # blanked usage of all the name to prevent pyflakes constraints