Hi, Is it possible to send a patch for review (i.e. A) on gerrit based on multiple commit under the review (i.e. B and C)? Based on the wiki page to add dependency these command should be used: A->B, A->C (no dependency between B and C)
#fetch change under review and check out branch based on that change. git review -d $PARENT_CHANGE_NUMBER git checkout -b $DEV_TOPIC_BRANCH # Edit files, add files to git git commit git review This seems to work only for one dependency. Is it possible to repeat the first command, (i.e. git review -d $PARENT_CHANGE_NUMBER) multiple times for each dependency? Thanks, Nader.
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev