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