/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_foreign.py

  • Committer: Jelmer Vernooij
  • Date: 2018-02-17 00:06:35 UTC
  • mto: (6855.3.2 bees)
  • mto: This revision was merged to the branch mainline in revision 6923.
  • Revision ID: jelmer@jelmer.uk-20180217000635-p82hqmv6yt9t3cbl
Format strings are bytes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
    @classmethod
153
153
    def get_format_string(cls):
154
 
        return "Dummy Foreign Vcs Repository"
 
154
        return b"Dummy Foreign Vcs Repository"
155
155
 
156
156
    def get_format_description(self):
157
157
        return "Dummy Foreign Vcs Repository"
234
234
 
235
235
    @classmethod
236
236
    def get_format_string(cls):
237
 
        return "Branch for Testing"
 
237
        return b"Branch for Testing"
238
238
 
239
239
    @property
240
240
    def _matchingcontroldir(self):
266
266
 
267
267
    @classmethod
268
268
    def get_format_string(cls):
269
 
        return "A Dummy VCS Dir"
 
269
        return b"A Dummy VCS Dir"
270
270
 
271
271
    @classmethod
272
272
    def get_format_description(cls):