If this is the workflow of Bob and Jane:
Bob:
ct setview bob_stream_x
ct rebase -reco
Jane:
ct setview jane_stream_x
<make a new build>
will the build Jane makes contain the changes from Bob's rebase of stream_x? Or does Bob have to do a 'ct rebase -complete'?