~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/xml.py

  • Committer: Martin Pool
  • Date: 2005-10-04 11:33:19 UTC
  • mto: (1185.13.3)
  • mto: This revision was merged to the branch mainline in revision 1403.
  • Revision ID: mbp@sourcefrog.net-20051004113319-7be308d0ca87a867
- branch upgrade currently requires input stores to be compressed

- so do this for the upgrade-with-ghosts tests, and now it passes more

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                                              Element, XMLTreeBuilder,
36
36
                                              fromstring, tostring)
37
37
 
38
 
from bzrlib.inventory import ROOT_ID, Inventory, InventoryEntry
39
38
from bzrlib.errors import BzrError
40
39
 
41
40