Show More
@@ -23,9 +23,9 b' from . import common' | |||||
23 | # these do not work with demandimport, blacklist |
|
23 | # these do not work with demandimport, blacklist | |
24 | demandimport.IGNORES.update( |
|
24 | demandimport.IGNORES.update( | |
25 | [ |
|
25 | [ | |
26 |
|
|
26 | 'breezy.transactions', | |
27 |
|
|
27 | 'breezy.urlutils', | |
28 |
|
|
28 | 'ElementPath', | |
29 | ] |
|
29 | ] | |
30 | ) |
|
30 | ) | |
31 |
|
31 |
@@ -11,7 +11,7 b'' | |||||
11 |
|
11 | |||
12 | from mercurial import demandimport |
|
12 | from mercurial import demandimport | |
13 |
|
13 | |||
14 |
demandimport.IGNORES.update([ |
|
14 | demandimport.IGNORES.update(['pkgutil', 'pkg_resources', '__main__']) | |
15 |
|
15 | |||
16 | from mercurial import ( |
|
16 | from mercurial import ( | |
17 | encoding, |
|
17 | encoding, |
General Comments 0
You need to be logged in to leave comments.
Login now