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