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

  • Committer: Jelmer Vernooij
  • Date: 2018-02-11 17:07:38 UTC
  • mto: This revision was merged to the branch mainline in revision 6857.
  • Revision ID: jelmer@jelmer.uk-20180211170738-76g77vfrivv15bdw
Move Tree{Link,File,Directory,Entry} to breezy.tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
from ..lock import write_locked
32
32
from ..lockdir import LockDir
33
33
from . import TestCase, TestCaseWithTransport, TestSkipped
34
 
from ..workingtree import (
 
34
from ..tree import (
35
35
    TreeEntry,
36
36
    TreeDirectory,
37
37
    TreeFile,