Sheriffing/How To/Merges: Difference between revisions

Line 57: Line 57:
# Update inbound: <code>hg update inbound</code>
# Update inbound: <code>hg update inbound</code>
# Merge from central to inbound: <code>hg merge central</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. CLOSED TREE"</code>
# Add a commit message: <code>hg commit -m "Merge mozilla-central to mozilla-inbound. CLOSED TREE"</code>
# Transfer the files to inbound: <code>hg push -r . inbound</code>
# Transfer the files to inbound: <code>hg push -r . inbound</code>


Confirmed users
79

edits