75
76
fetch(from_branch=bx, to_branch=by)
76
77
# we haven't merged the texts, but let's fake it
78
79
by.add(['ecks'], ['ecks-id'])
79
80
by.add_pending_merge('x@u-0-1')
80
81
commit(by, 'merge from x', rev_id='y@u-0-2', allow_pointless=False)
81
82
tree = by.revision_tree('y@u-0-2')