comparison tests/wireprotosimplecache.py @ 42814: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
42813:268662aac075 42814:2c4f656c8e9f
15 wireprototypes, 15 wireprototypes,
16 wireprotov2server, 16 wireprotov2server,
17 ) 17 )
18 from mercurial.interfaces import ( 18 from mercurial.interfaces import (
19 repository, 19 repository,
20 util as interfaceutil,
20 ) 21 )
21 from mercurial.utils import ( 22 from mercurial.utils import (
22 interfaceutil,
23 stringutil, 23 stringutil,
24 ) 24 )
25 25
26 CACHE = None 26 CACHE = None
27 27