Add ElementPath to the list of package ignored by demand import
The bzrlib try to import the ElementPath module but had a fallback in
case the import fails. Lazy import of this module leads to later
failure.
The bzrlib is used by the convert extension.
--- a/hgext/convert/bzr.py Mon Mar 01 15:41:21 2010 -0500
+++ b/hgext/convert/bzr.py Mon Mar 01 14:15:55 2010 +0100
@@ -14,6 +14,7 @@
demandimport.ignore.extend([
'bzrlib.transactions',
'bzrlib.urlutils',
+ 'ElementPath',
])
from mercurial.i18n import _