/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

Dirstate - fix workingtree.list_files to use the public interface to access the trees inventory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
879
879
 
880
880
        Skips the control directory.
881
881
        """
882
 
        inv = self._inventory
 
882
        inv = self.inventory
883
883
        if include_root is True:
884
884
            yield ('', 'V', 'directory', inv.root.file_id, inv.root)
885
885
        # Convert these into local objects to save lookup times