171
171
out, err = self.run_bzr(['branch', 'source', 'target', '--hardlink'])
172
172
source_stat = os.stat('source/file1')
173
173
target_stat = os.stat('target/file1')
184
176
def test_branch_standalone(self):
185
177
shared_repo = self.make_repository('repo', shared=True)