226
226
# by pushing the new change to base
227
227
wt_child.branch.bind(sftp_b_base)
229
self.assertEqual(['r@b-1', 'r@b-2', 'r@c-3'],
229
self.assertEqual(['r@b-1', 'r@c-2', 'r@c-3'],
230
230
b_base.revision_history())
231
self.assertEqual(['r@b-1', 'r@b-2', 'r@c-3'],
231
self.assertEqual(['r@b-1', 'r@c-2', 'r@c-3'],
232
232
wt_child.branch.revision_history())
234
234
def test_bind_parent_ahead(self):