~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

Updates from review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
498
498
            old.append(list(tree.annotate_iter(file_id)))
499
499
        return annotate.reannotate(old, self.get_file(file_id).readlines(),
500
500
                                   CURRENT_REVISION)
501
 
            
 
501
 
502
502
    def get_parent_ids(self):
503
503
        """See Tree.get_parent_ids.
504
504