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

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521181028-zn04pdfw0od9hfj3
Rename brzlib => breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import os
21
21
import sys
22
22
 
23
 
from brzlib import (
 
23
from breezy import (
24
24
    branch,
25
25
    debug,
26
26
    osutils,
31
31
    workingtree,
32
32
    )
33
33
 
34
 
from brzlib.directory_service import directories
35
 
from brzlib.tests import (
 
34
from breezy.directory_service import directories
 
35
from breezy.tests import (
36
36
    fixtures,
37
37
    script,
38
38
    )
271
271
                         branch_b.get_parent())
272
272
 
273
273
    def test_pull_bundle(self):
274
 
        from brzlib.testament import Testament
 
274
        from breezy.testament import Testament
275
275
        # Build up 2 trees and prepare for a pull
276
276
        tree_a = self.make_branch_and_tree('branch_a')
277
277
        with open('branch_a/a', 'wb') as f: