/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/branch.py

  • Committer: Vincent Ladeuil
  • Date: 2007-11-14 08:20:59 UTC
  • mfrom: (2990 +trunk)
  • mto: (2990.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2991.
  • Revision ID: v.ladeuil+lp@free.fr-20071114082059-bx03o3laiqfnyleb
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1314
1314
    def get_root_id(self):
1315
1315
        """See Branch.get_root_id."""
1316
1316
        tree = self.repository.revision_tree(self.last_revision())
1317
 
        return tree.inventory.root.file_id
 
1317
        return tree.get_root_id()
1318
1318
 
1319
1319
    def is_locked(self):
1320
1320
        return self.control_files.is_locked()