<div dir="ltr">Hi,<div><br></div><div style>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)?</div><div style>Based on the wiki page to add dependency these command should be used:</div>
<div style>A->B, A->C (no dependency between B and C)</div><div style><pre>#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</pre></div><div style>This seems to work only for one dependency. Is it possible to repeat the first command,</div><div style>(i.e. git review -d $PARENT_CHANGE_NUMBER) multiple times for each dependency?</div>
<div style><br></div><div style><br></div><div style>Thanks,</div><div style>Nader.</div><div style><br></div></div>