~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2008-12-11 04:38:15 UTC
  • mto: This revision was merged to the branch mainline in revision 3893.
  • Revision ID: aaron@aaronbentley.com-20081211043815-txr61gyz174x41c1
Fix open_containing

Show diffs side-by-side

added added

removed removed

Lines of Context:
4793
4793
            return 0
4794
4794
 
4795
4795
    def run_for_list(self):
4796
 
        tree = WorkingTree.open_containing('.')
 
4796
        tree = WorkingTree.open_containing('.')[0]
4797
4797
        tree.lock_read()
4798
4798
        try:
4799
4799
            manager = tree.get_shelf_manager()