/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: 2019-05-29 03:28:14 UTC
  • mfrom: (7303 work)
  • mto: This revision was merged to the branch mainline in revision 7305.
  • Revision ID: jelmer@jelmer.uk-20190529032814-fzqbrgf9647u9ptq
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
        control.create_branch()
144
144
        tree = control.create_workingtree()
145
145
        tree.add(['foo'], [b'Foo:Bar'], ['file'])
146
 
        tree.put_file_bytes_non_atomic('foo', b'content\n', b'Foo:Bar')
 
146
        tree.put_file_bytes_non_atomic('foo', b'content\n')
147
147
        try:
148
148
            tree.commit('first post', rev_id=b'first')
149
149
        except IllegalPath: