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

  • Committer: Jelmer Vernooij
  • Date: 2018-02-18 21:42:57 UTC
  • mto: This revision was merged to the branch mainline in revision 6859.
  • Revision ID: jelmer@jelmer.uk-20180218214257-jpevutp1wa30tz3v
Update TODO to reference Breezy, not Bazaar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
            'a_feature',
98
98
            'UnicodeFilenameFeature',
99
99
            replacement_module='breezy.tests.features')
100
 
 
101
100
        def test_caller(message, category=None, stacklevel=1):
102
101
            # Find ourselves back from the right frame
103
102
            caller = sys._getframe(stacklevel)