I have a branch A and a branch B, A is parent of B.
Nowadays, each time a programmer chek-in to B, has to decide either merging that changeset to A or not (it depends on business requirements)
Is there a way to do this in a command line?
Either check-in to A and B at same time, or check-in to A and merge to B?
Thanks a lot!