346
346
bundle_data = factory.get_payload_json()
347
347
# We use multiple commits to show that the latest revno is used.
349
349
wt = BzrDir.create_standalone_workingtree(source_branch_dir)
350
350
base = wt.commit('commit message')
351
351
wt.commit('commit message', rev_id=bundle_data['commit'])