/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/workingtree.py

  • Committer: Daniel Watkins
  • Date: 2007-08-01 18:22:22 UTC
  • mto: (2685.1.1 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 2686.
  • Revision ID: d.m.watkins@warwick.ac.uk-20070801182222-z4u26hxqji4y2qvr
Created _cleanup() method in WorkingTree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
            # the basis tree is a ghost so return an empty tree.
400
400
            return self.branch.repository.revision_tree(None)
401
401
 
 
402
    def _cleanup(self):
 
403
        self._flush_ignore_list_cache()
 
404
 
402
405
    @staticmethod
403
406
    @deprecated_method(zero_eight)
404
407
    def create(branch, directory):