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

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 19:09:26 UTC
  • mfrom: (6622.1.36 breezy)
  • Revision ID: jelmer@jelmer.uk-20170521190926-5vtz8xaf0e9ylrpc
Merge rename to breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
import os
23
23
 
24
 
from bzrlib import (
 
24
from breezy import (
25
25
    conflicts,
26
26
    errors,
27
27
    )
28
28
 
29
 
from bzrlib.tests import (
 
29
from breezy.tests import (
30
30
    TestCaseWithTransport,
31
31
    )
32
32
 
33
 
from bzrlib.plugins.weave_fmt.bzrdir import BzrDirFormat6
 
33
from breezy.plugins.weave_fmt.bzrdir import BzrDirFormat6
34
34
 
35
35
 
36
36
class TestFormat2WorkingTree(TestCaseWithTransport):