873
874
eq(sorted(wa.iter_names()), ['v1', 'v2', 'v3', 'x1',])
874
875
eq(wa.get_text('x1'), 'line from x1\n')
881
eq(sorted(wr.iter_names()), ['v1', 'v2', 'v3'])
882
eq(wr.get_lines('v3'), ['hello\n', 'cruel\n', 'world\n'])
891
wb.add('v2', ['v1', 'x1'], ['hello\n', 'world\n'])
877
895
"""Join that inserts parents of an existing revision.
879
897
This can happen when merging from another branch who