~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Robert Collins
  • Date: 2005-09-14 08:32:23 UTC
  • mfrom: (1092.3.3)
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050914083223-2474989d25b36154
merge from symlink branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
640
640
               parameter which can be either an integer revno or a
641
641
               string hash."""
642
642
        from bzrlib.inventory import Inventory
643
 
 
644
643
        f = self.get_inventory_xml_file(inventory_id)
645
644
        return bzrlib.xml.serializer_v4.read_inventory(f)
646
645