~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

Make msgeditor invocation comply with Debian Policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
        self._inventory = inv
140
140
        self._revision_id = revision_id
141
141
 
142
 
    def get_revision_id(self):
143
 
        """Return the revision id associated with this tree."""
144
 
        return self._revision_id
145
 
 
146
142
    def get_weave(self, file_id):
147
143
        return self._weave_store.get_weave(file_id,
148
144
                self._branch.get_transaction())