~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-09 12:07:03 UTC
  • mfrom: (1757.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060609120703-138338a5b4465968
(robertc)Bugfix CommitBuilders recording of the inventory revision id.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1945
1945
 
1946
1946
    def finish_inventory(self):
1947
1947
        """Tell the builder that the inventory is finished."""
1948
 
        self.new_inventory.revision = self._new_revision_id
 
1948
        self.new_inventory.revision_id = self._new_revision_id
1949
1949
        self.inv_sha1 = self.repository.add_inventory(
1950
1950
            self._new_revision_id,
1951
1951
            self.new_inventory,