~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

Updates from review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
        return self.get_file(self._inventory.path2id(path))
180
180
 
181
181
    def annotate_iter(self, file_id):
182
 
        """Return an iterator of revision_id, line tuples 
183
 
        
 
182
        """Return an iterator of revision_id, line tuples
 
183
 
184
184
        For working trees (and mutable trees in general), the special
185
185
        revision_id 'current:' will be used for lines that are new in this
186
186
        tree, e.g. uncommitted changes.