Mercurial > hg
comparison mercurial/wireprotov2server.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 | da643cadec90 |
children | 2372284d9457 |
comparison
equal
deleted
inserted
replaced
42813:268662aac075 | 42814:2c4f656c8e9f |
---|---|
26 templatefilters, | 26 templatefilters, |
27 util, | 27 util, |
28 wireprotoframing, | 28 wireprotoframing, |
29 wireprototypes, | 29 wireprototypes, |
30 ) | 30 ) |
31 from .interfaces import ( | |
32 util as interfaceutil, | |
33 ) | |
31 from .utils import ( | 34 from .utils import ( |
32 cborutil, | 35 cborutil, |
33 interfaceutil, | |
34 stringutil, | 36 stringutil, |
35 ) | 37 ) |
36 | 38 |
37 FRAMINGTYPE = b'application/mercurial-exp-framing-0006' | 39 FRAMINGTYPE = b'application/mercurial-exp-framing-0006' |
38 | 40 |