228
227
def test_merge_fetches_file_history(self):
229
228
"""Merge brings across file histories"""
231
merge(other_revision=['br1', -1], base_revision=[None, None],
233
232
for rev_id, text in [('1-2', 'original from 1\n'),
235
234
('2-1', 'contents in 2\n'),