# HG changeset patch # User Pierre-Yves David # Date 1267449355 -3600 # Node ID 9134725caf1dad2e67ebf30cf006a93be1f4a08b # Parent b1339234080eea11b64867a00c8d06c936dfb485 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. diff -r b1339234080e -r 9134725caf1d hgext/convert/bzr.py --- 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 _