~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_source.py

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        # do not even think of increasing this number. If you think you need to
82
82
        # increase it, then you almost certainly are doing something wrong as
83
83
        # the relationship from working_tree to branch is one way.
84
 
        # Note that this is an exact equality so that when the number drops, 
 
84
        # Note that this is an exact equality so that when the number drops,
85
85
        #it is not given a buffer but rather has this test updated immediately.
86
86
        self.assertEqual(0, occurences)
87
87
 
111
111
 
112
112
    def get_source_files(self):
113
113
        """Yield all source files for bzr and bzrlib
114
 
        
 
114
 
115
115
        :param our_files_only: If true, exclude files from included libraries
116
116
            or plugins.
117
117
        """