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