/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/blackbox/test_merge.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-01-01 21:23:40 UTC
  • mfrom: (7206.4.1 move-testament)
  • Revision ID: breezy.the.bot@gmail.com-20190101212340-6wmbncvwqal06rif
Move the testament module to breezy.bzr.

Merged from https://code.launchpad.net/~jelmer/brz/move-testament/+merge/359939

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
        tree_b.commit('merge branch_c')
309
309
 
310
310
    def test_merge_bundle(self):
311
 
        from breezy.testament import Testament
 
311
        from breezy.bzr.testament import Testament
312
312
        tree_a = self.make_branch_and_tree('branch_a')
313
313
        self.build_tree_contents([('branch_a/a', b'hello')])
314
314
        tree_a.add('a')