/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/plugins/weave_fmt/test_repository.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 23:15:15 UTC
  • mfrom: (7180 work)
  • mto: This revision was merged to the branch mainline in revision 7183.
  • Revision ID: jelmer@jelmer.uk-20181116231515-zqd2yn6kj8lfydyp
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        self.assertFalse(repo._format.supports_external_lookups)
96
96
 
97
97
 
98
 
 
99
 
 
100
98
class TestFormat7(TestCaseWithTransport):
101
99
 
102
100
    def test_attribute__fetch_order(self):
265
263
    def test_make_repository(self):
266
264
        out, err = self.run_bzr("init-repository --format=weave a")
267
265
        self.assertEqual(out,
268
 
"""Standalone tree (format: weave)
 
266
                         """Standalone tree (format: weave)
269
267
Location:
270
268
  branch root: a
271
269
""")