sapling/hgext/convert
Kevin Bullock 99e7f64512 convert: update use of deprecated bzrlib property
The inventory property was deprecated in favor of root_inventory in bzr
2.5.0. Current version is 2.7.0.

I noticed this when testing locally on Python 2.6.9, which has warnings
turned on by default. The failure that occurs without this patch can be
seen on Python 2.7 by running with warnings enabled:

     $ PYTHONWARNINGS=::DeprecationWarning make 'test-convert-bzr*'
2016-07-19 11:00:32 -05:00
..
__init__.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
bzr.py convert: update use of deprecated bzrlib property 2016-07-19 11:00:32 -05:00
common.py py3: conditionalize cPickle import by adding in util 2016-06-04 14:38:00 +05:30
convcmd.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
cvs.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
cvsps.py py3: conditionalize cPickle import by adding in util 2016-06-04 14:38:00 +05:30
darcs.py convert: darcs use absolute_import 2016-03-02 14:23:23 +00:00
filemap.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
git.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
gnuarch.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
hg.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
monotone.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
p4.py py3: move up symbol imports to enforce import-checker rules 2016-05-14 14:03:12 +09:00
subversion.py py3: conditionalize cPickle import by adding in util 2016-06-04 14:38:00 +05:30
transport.py convert: fix "stdlib import follows local import" problem in transport 2016-03-11 21:55:44 +09:00