Confirmed users
4,467
edits
| Line 37: | Line 37: | ||
Yes. If you would like your patches applied in a particular order then you can list them in the whiteboard tag as: | Yes. If you would like your patches applied in a particular order then you can list them in the whiteboard tag as: | ||
[autoland:1,2,3] | [autoland:1,2,3] | ||
and they will be applied in that order | and they will be applied in that order because the logic of import uses | ||
<code>for patch in patches where patches is 1,2,3.split(',')</code> | |||
=Can I land to a branch other than try?= | =Can I land to a branch other than try?= | ||