/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: John Arbash Meinel
  • Date: 2007-01-19 00:01:12 UTC
  • mto: (1852.16.5 Tree.walkdirs)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: john@arbash-meinel.com-20070119000112-z1edp8yw6w8fs6lb
Fix an invalid access to bzrlib.xml6 in workingtree.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1524
1524
                pass
1525
1525
            else:
1526
1526
                try:
1527
 
                    inv = bzrlib.xml6.serializer_v6.read_inventory_from_string(xml)
 
1527
                    inv = xml6.serializer_v6.read_inventory_from_string(xml)
1528
1528
                    # dont use the repository revision_tree api because we want
1529
1529
                    # to supply the inventory.
1530
1530
                    if inv.revision_id == revision_id: