/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/tests/test_bundle.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-27 12:31:04 UTC
  • mto: This revision was merged to the branch mainline in revision 6447.
  • Revision ID: jelmer@samba.org-20120127123104-y45cfh3hma4w23gq
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        return set(self.paths.keys())
84
84
 
85
85
    def is_executable(self, file_id):
 
86
        # Not all the files are executable.
86
87
        return False
87
88
 
88
89
    def __getitem__(self, file_id):