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')
176
184
def test_branch_standalone(self):
177
185
shared_repo = self.make_repository('repo', shared=True)