Sheriffing/How To/Landing patches: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 100: Line 100:
# '''hg push -r . inbound'''
# '''hg push -r . inbound'''


== What to do in case you forget to update to inbound before importing patches ==
== What to do in case you forget to update to the right branch before importing patches ==
Landing Patches (rebasing your revision to the right tree in case you forgot to update to inbound before importing patches)
Landing Patches (rebasing your revision to the right tree in case you forgot to update to inbound before importing patches)
Example: Let's say you are on the top of Autoland and you want to land some patches on Inbound, but you forgot to update to inbound, so you already imported a few patches and you realize you are on Autoland instead of inbound.
Example: Let's say you are on the top of Autoland and you want to land some patches on Inbound, but you forgot to update to inbound, so you already imported a few patches and you realize you are on Autoland instead of inbound.
Line 118: Line 118:
# Once the patches are where they should, you can go ahead and push.  
# Once the patches are where they should, you can go ahead and push.  
# '''hg push -r . inbound'''
# '''hg push -r . inbound'''
Same steps should be followed for any other branch, just replace "inbound" with the right one.
Confirmed users
79

edits

Navigation menu