hgext/convert/bzr.py
changeset 37843 670eb4fa1b86
parent 35210 15d38e8fcb1e
child 38572 85da230c316a
--- a/hgext/convert/bzr.py	Thu Apr 19 20:33:43 2018 +0900
+++ b/hgext/convert/bzr.py	Sat May 05 18:41:51 2018 -0700
@@ -19,7 +19,7 @@
 from . import common
 
 # these do not work with demandimport, blacklist
-demandimport.ignore.extend([
+demandimport.IGNORES.update([
         'bzrlib.transactions',
         'bzrlib.urlutils',
         'ElementPath',