302
303
merger.commit('merged trunk into merger') # 1.2.1
303
304
# Commits are processed in increments of 200 revisions, so
304
305
# make sure the two merges into trunk are in different chunks.
306
307
trunk.commit('intermediate commit %d' % i) # 3-202
307
308
trunk.merge_from_branch(merger.branch)
308
309
trunk.commit('merged merger into trunk') # 203