~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

  • Committer: John Arbash Meinel
  • Date: 2005-11-19 04:22:51 UTC
  • mto: (1185.82.108 w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20051119042251-aaa8514b7d68c29f
Working on creating a factor for serializing changesets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        self._inventory = inv
136
136
        self._revision_id = revision_id
137
137
 
 
138
    def get_revision_id(self):
 
139
        """Return the revision id associated with this tree."""
 
140
        return self._revision_id
 
141
 
138
142
    def get_weave(self, file_id):
139
143
        # FIXME: RevisionTree should be given a branch
140
144
        # not a store, or the store should know the branch.