/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

  • Committer: Robert Collins
  • Date: 2007-03-06 11:04:03 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070306110403-37dnhgg7rshx97mp
Remove unused function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
            parent tree - i.e. a ghost.
217
217
        """
218
218
        raise NotImplementedError(self.set_parent_trees)
219
 
 
220
 
    def iter_nested_trees(self):
221
 
        for path, entry in self.iter_reference_entries():
222
 
            yield self.get_nested_tree(entry, path)