Changes

Jump to: navigation, search

Sheriffing/How To/Merges

18 bytes removed, 19:48, 30 August 2018
m
Merging back from mozilla-central to autoland and mozilla-inbound: remove a=merge for merges back
# Update autoland: <code>hg update autoland</code>
# Merge from central to autoland: <code>hg merge central</code>
# Add a commit message: <code>hg commit -m "Merge mozilla-central to autoland. a=merge CLOSED TREE"</code>
# Transfer the files to Autoland: <code>hg push -r . autoland</code>
# Update inbound: <code>hg update inbound</code>
# Merge from central to inbound: <code>hg merge central</code>
# Add a commit messagel: <code>hg commit -m "Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE"</code>
# Transfer the files to inbound: <code>hg push -r . inbound</code>
Confirm
567
edits

Navigation menu