Mercurial > public > mercurial-scm > hg
comparison mercurial/testing/storage.py @ 42813:268662aac075
interfaces: create a new folder for interfaces and move repository.py in it
I was trying to understand current interfaces and write new ones and I realized
we need to improve how current interfaces are organised. This creates a
dedicated folder for defining interfaces and move `repository.py` which defines
all the current interfaces inside it.
Differential Revision: https://phab.mercurial-scm.org/D6741
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Sun, 18 Aug 2019 00:45:33 +0300 |
parents | 22e74b5aa59d |
children | 2372284d9457 |
comparison
equal
deleted
inserted
replaced
42807:383fdfa6bba9 | 42813:268662aac075 |
---|---|
15 nullrev, | 15 nullrev, |
16 ) | 16 ) |
17 from .. import ( | 17 from .. import ( |
18 error, | 18 error, |
19 mdiff, | 19 mdiff, |
20 ) | |
21 from ..interfaces import ( | |
20 repository, | 22 repository, |
21 ) | 23 ) |
22 from ..utils import ( | 24 from ..utils import ( |
23 storageutil, | 25 storageutil, |
24 ) | 26 ) |