82
82
# Now that we have a repository with shared files, make sure
83
83
# that things aren't copied out by a 'branch'
85
85
pushed_tree = WorkingTree.open('branch-b')
86
86
pushed_repo = pushed_tree.branch.repository
87
87
self.assertFalse(pushed_repo.has_revision('a-1'))