212
213
self.reset_smart_call_log()
213
214
self.run_bzr(['push', '--stacked', '--stacked-on', '../parent',
214
215
self.get_url('public')], working_dir='local')
215
217
# This figure represent the amount of work to perform this use case. It
216
218
# is entirely ok to reduce this number if a test fails due to rpc_count
217
219
# being too low. If rpc_count increases, more network roundtrips have
218
220
# become necessary for this use case. Please do not adjust this number
219
221
# upwards without agreement from bzr's network support maintainers.
221
223
remote = Branch.open('public')
222
224
self.assertEndsWith(remote.get_stacked_on_url(), '/parent')