##// END OF EJS Templates
Add ElementPath to the list of package ignored by demand import...
Pierre-Yves David -
r10560:9134725c stable
parent child Browse files
Show More
@@ -14,6 +14,7 b' from mercurial import demandimport'
14 demandimport.ignore.extend([
14 demandimport.ignore.extend([
15 'bzrlib.transactions',
15 'bzrlib.transactions',
16 'bzrlib.urlutils',
16 'bzrlib.urlutils',
17 'ElementPath',
17 ])
18 ])
18
19
19 from mercurial.i18n import _
20 from mercurial.i18n import _
General Comments 0
You need to be logged in to leave comments. Login now