~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/bundle_data.py

  • Committer: Jelmer Vernooij
  • Date: 2012-02-17 17:01:07 UTC
  • mto: This revision was merged to the branch mainline in revision 6470.
  • Revision ID: jelmer@samba.org-20120217170107-35qj95jykcdpzk62
Fix remaining test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
748
748
 
749
749
    root_inventory = property(_get_inventory)
750
750
 
 
751
    def all_file_ids(self):
 
752
        return set(
 
753
            [entry.file_id for path, entry in self.inventory.iter_entries()])
 
754
 
751
755
    def list_files(self, include_root=False, from_dir=None, recursive=True):
752
756
        # The only files returned by this are those from the version
753
757
        inv = self.inventory