/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: Aaron Bentley
  • Date: 2008-10-17 03:31:02 UTC
  • mto: (0.16.77 shelf-ui)
  • mto: This revision was merged to the branch mainline in revision 3820.
  • Revision ID: aaron@aaronbentley.com-20081017033102-fknu995d8c01ib9c
Update docs, move items to proper files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2504
2504
                self)._get_rules_searcher(default_searcher)
2505
2505
        return self._rules_searcher
2506
2506
 
 
2507
    def get_shelf_manager(self):
 
2508
        """Return the ShelfManager for this WorkingTree."""
 
2509
        from bzrlib.shelf import ShelfManager
 
2510
        return ShelfManager(self, self._transport)
 
2511
 
2507
2512
 
2508
2513
class WorkingTree2(WorkingTree):
2509
2514
    """This is the Format 2 working tree.